Re: Xcode 3.x and Subversion 1.5.0
Re: Xcode 3.x and Subversion 1.5.0
- Subject: Re: Xcode 3.x and Subversion 1.5.0
- From: Jean-Daniel Dupas <email@hidden>
- Date: Wed, 16 Jul 2008 17:59:19 +0200
Le 16 juil. 08 à 17:52, Karl Moskowski a écrit :
IIRC, in Xcode 3.0, the SCM support was rewritten so it no longer
spawns a task that calls the svn binary. Instead, it's linked
against the Subversion API. Unfortunately, the version of the SVN
libraries used is probably < 1.5.
Now you say it, I think i read it somewhere too.
Anyway, it's easy to check :
otool -L /Developer/Library/Xcode/Plug-ins/
XcodeSubversionPlugin.xcplugin/Contents/MacOS/XcodeSubversionPlugin
...
/usr/lib/libsvn_fs_fs-1.0.dylib (compatibility version 1.0.0, current
version 1.0.0)
/usr/lib/libsvn_fs-1.0.dylib (compatibility version 1.0.0, current
version 1.0.0)
/usr/lib/libsvn_ra_dav-1.0.dylib (compatibility version 1.0.0,
current version 1.0.0)
/usr/lib/libsvn_ra_local-1.0.dylib (compatibility version 1.0.0,
current version 1.0.0)
...
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden