Re: XCode 1.5 - Subversion - NIB files are built with .svn directory copied
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.