Re: Xcode 3.1.2 and svn 1.5
Re: Xcode 3.1.2 and svn 1.5
- Subject: Re: Xcode 3.1.2 and svn 1.5
- From: Patrick Mau <email@hidden>
- Date: Wed, 03 Dec 2008 19:30:04 +0100
On 03.12.2008, at 18:48, Philippe Casgrain wrote:
On 3-Dec-08, at 12:00 , Clark Cox wrote:
On Wed, Dec 3, 2008 at 8:07 AM, Philippe Casgrain
<email@hidden> wrote:
Yes, my previous solution works, but I wanted to not use it :-)
I have since tried on a clean system (I have several mixed 1.4/1.5
working
copies) and it seems to work correctly.
FYI, there is no such thing as a "mixed 1.4/1.5 working copy". The
instant you use a 1.5 client with a 1.4 working copy, that working
copy is upgraded to 1.5 and can no longer be managed with a 1.4
client.
Of course! I meant that some of my working copies were still using
1.4, and others were 1.4 copies upgraded to 1.5. If I checkout using
1.5, it seems to work properly.
Philippe
Instead of globally changing the links to the libraries in /usr/lib, I
just tried the attached script.
It uses 'otool' and 'install_name_tool' to change the library paths
inside the Xcode SVN plugin.
!!! USE AT YOUR OWN RISK !!!
Please read it before you try.
It will create a copy of the plugin and work on that copy.
You have to manually move the original one and rename the new one
afterwards.
cd /Developer/Library/Xcode/Plug-ins/XcodeSubversionPlugin.xcplugin/
Contents/MacOS
mv XcodeSubversionPlugin XcodeSubversionPlugin.orig
mv XcodeSubversionPlugin.new XcodeSubversionPlugin
I used /opt/local/lib for my svn libraries from MacPorts.
Ofcourse all your working copies will be silently updated.
Regards
Patrick
Attachment:
Xcode.sh
Description: Binary data
_______________________________________________
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