Re: Cannot link project checkedout from an SVN repository
Re: Cannot link project checkedout from an SVN repository
- Subject: Re: Cannot link project checkedout from an SVN repository
- From: "Sean McBride" <email@hidden>
- Date: Thu, 8 Dec 2005 17:35:17 -0500
- Organization: Rogue Research
On 2005-11-28 10:30, Markus Hitter said:
>>> I have a similar library related problem with my first svn builds.
>
>The "corruption" taking place is the updated time stamp of the
>library, IIRC. Checking out from svn creates new files, with current
>time stamps, of course. Dunno wether one can tweak svn to preserve
>time stamps on the files it hosts.
My solution is: once the build machine gets the files from svn, it finds
all .a files and runs ranlib on them. I use this little gem:
find /path/to/workingcopy/trunk/ -iname "*.a" -exec ranlib {} \;
It works for me, but I'm not enough of a unix geek to know if it will
handle files with spaces and 'special' characters. :)
--
____________________________________________________________
Sean McBride, B. Eng email@hidden
Rogue Research www.rogue-research.com
Mac Software Developer Montréal, Québec, Canada
_______________________________________________
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