• 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: XCode 1.5 - Subversion - NIB files are built with .svn directory copied
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: XCode 1.5 - Subversion - NIB files are built with .svn directory copied


  • Subject: Re: XCode 1.5 - Subversion - NIB files are built with .svn directory copied
  • From: "Mark J. Lilback" <email@hidden>
  • Date: Wed, 11 Aug 2004 20:30:36 -0500

At 6:53 PM -0600 8/11/2004, Nick Zitzmann wrote:
There's no way to prevent it, but you can create a shell script build phase that uses the "find" command to wipe out every ".svn" directory that got copied into your bundle. That's unfortunately the best you can do at this point.

Actually, there is a way. Replace pbxcp with a shell script that calls the original pbxcp with the passed in arguments and the "-exclude .svn" argument.


#!/bin/bash
/Developer/Tools/pbxcp.orig -exclude .svn $*

--
__________________________________________________________________________
                         "The fetters imposed on liberty at home have ever
Mark J. Lilback           been forged out of the weapons provided for
<email@hidden>        defence against real, pretended, or imaginary
http://www.lilback.com/   dangers from abroad."  -- James Madison
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.


  • Follow-Ups:
    • Re: XCode 1.5 - Subversion - NIB files are built with .svn directory copied
      • From: ruffnex <email@hidden>
References: 
 >XCode 1.5 - Subversion - NIB files are built with .svn directory copied (From: ruffnex <email@hidden>)
 >Re: XCode 1.5 - Subversion - NIB files are built with .svn directory copied (From: Nick Zitzmann <email@hidden>)

  • Prev by Date: Re: Build variables in .strings files?
  • Next by Date: Re: Build variables in .strings files? - Followup
  • Previous by thread: Re: XCode 1.5 - Subversion - NIB files are built with .svn directory copied
  • Next by thread: Re: XCode 1.5 - Subversion - NIB files are built with .svn directory copied
  • Index(es):
    • Date
    • Thread