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: "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.