• 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: ruffnex <email@hidden>
  • Date: Thu, 12 Aug 2004 11:19:03 +0100

Sorry, typo.  I meant to say I used "$@", and not "$*".

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

On 12 Aug 2004, at 10:57, ruffnex wrote:

Mark,

Thanks... I quote the parameter "$*" so that filenames with spaces are handled okay:



--Simon

On 12 Aug 2004, at 02:30, Mark J. Lilback wrote:

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.
_______________________________________________
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.
_______________________________________________
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.


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>)
 >Re: XCode 1.5 - Subversion - NIB files are built with .svn directory copied (From: "Mark J. Lilback" <email@hidden>)
 >Re: XCode 1.5 - Subversion - NIB files are built with .svn directory copied (From: ruffnex <email@hidden>)

  • Prev by Date: Re: XCode 1.5 - Subversion - NIB files are built with .svn directory copied
  • Next by Date: Re: The inevitable 1.5 suggestion list
  • Previous by thread: Re: XCode 1.5 - Subversion - NIB files are built with .svn directory copied
  • Next by thread: Compile
  • Index(es):
    • Date
    • Thread