Re: Is XCode 3 SCM more dysfunctional than ever or am I doing something wrong?
Re: Is XCode 3 SCM more dysfunctional than ever or am I doing something wrong?
- Subject: Re: Is XCode 3 SCM more dysfunctional than ever or am I doing something wrong?
- From: Chris Hanson <email@hidden>
- Date: Sun, 25 Nov 2007 20:23:49 -0800
On Nov 25, 2007, at 12:44 PM, Jeff DuMonthier wrote:
Which is pretty much useless unless your entire code base is a
contiguous subset of the hierarchy of one repository. I have a
separate repository for projects and project specific files, a
separate repository for common utility code and another for more
specialized modules that still may be shared among multiple projects.
Do you mix files from several separate repositories under one
directory? Subversion won't be very happy with that, regardless of
whether you use it via Xcode or the command line.
Really, Subversion expects all items within a directory to either be
part of the repository associated with the directory, or to not be
associated with any repository. I don't think the Subversion metadata
system (the .svn folders maintained by Subversion in each controlled
directory) can deal with multiple repositories claiming the same
directory.
-- Chris
_______________________________________________
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