Re: Configuration for Subversion
Re: Configuration for Subversion
- Subject: Re: Configuration for Subversion
- From: Andrew Pontious <email@hidden>
- Date: Tue, 4 Aug 2009 18:50:28 -0700
On Aug 3, 2009, at 12:29 PM, Ian Piper wrote:
I haven't been able to find anything in the documentation or
Googling on this, so I thought I might ask here. I want to ensure
that the build folder contents are not imported into Subversion.
Some time back I found a reference (can't find it now) saying that I
could do this by editing the file ~/.subversion/config to include
this line:
global-ignores = build *.model *.pbxuser *~.nib .DS_Store *~
What I wanted to ask is, is this still the recommended way to do
this, or is there a way within the Xcode settings to achieve this? I
can choose an alternative build folder but that doesn't look after
the other cases.
There is no setting in Xcode to do this. However, given that your
build folder can be recreated, the simplest way to avoid having the
build folder included in the initial import would be to remove it
before the import, and build everything again (or put it back) after
the import.
-- Andrew
_______________________________________________
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