• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Cannot link project checkedout from an SVN repository
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: Cannot link project checkedout from an SVN repository
      • From: Markus Hitter <email@hidden>
  • Prev by Date: Re: Cannot link project checkedout from an SVN repository
  • Next by Date: Re: virtual method hidden
  • Previous by thread: Re: Cannot link project checkedout from an SVN repository
  • Next by thread: Re: Cannot link project checkedout from an SVN repository
  • Index(es):
    • Date
    • Thread