Re: Xcode and SVN
Re: Xcode and SVN
- Subject: Re: Xcode and SVN
- From: Martin-Gilles Lavoie <email@hidden>
- Date: Wed, 6 May 2009 13:33:26 -0400
On 09-05-06, at 13:15, Wanadoo Hartwig wrote:
Suppose I already have an existing SVN repository. Now, I would
like to add a folder with some contents in it to the repository and
the Xcode project. What is the right way?
- Creating a folder and files outside the repository and then adding
them with Xcode fails (it does not create a new directory for the
folder).
- Creating a directory and in the repository and then checking it
out seems to cause problems as well.
Any other ideas?
Use
cd sourcesPath/NewDirectory
svn add NewDirectory
XCode deals nicely with things like .nib directories because it treats
such bundles as a file in the project, unlike regular directories wich
it doesn't really monitor directly from the project.
Then refresh your project in XCode and commit away along with the rest
of your files.
Hartwig
PS: Xcode 3.1.2
_______________________________________________
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
Martin-Gilles Lavoie | Senior software developer | 514.905.8658
Oracle - Macintosh Native Desktop Client, Beehive
600, boul. de Maisonneuve West, Suite 1900 | Montréal (Québec) H3A 3J2
_______________________________________________
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
References: | |
| >Xcode and SVN (From: Wanadoo Hartwig <email@hidden>) |