Re: Easy way to deal with multiple CVS repositories?
Re: Easy way to deal with multiple CVS repositories?
- Subject: Re: Easy way to deal with multiple CVS repositories?
- From: Mark Lentczner <email@hidden>
- Date: Sun, 11 Jan 2004 21:25:57 -0800
On Jan 11, 2004, at 3:37 PM, Rob Lockstone wrote:
I hope I'm missing something obvious, but is there an easy way to deal
with multiple CVS repositories within Xcode?
Yes - If the directory containing the Xcode project was checked out
from a CVS repository, then Xcode will use the files in CVS directory
(namely Root and Repository) to locate which CVS server, repository and
module to use.
To quote the Xcode doc:
"Choosing the SCM System for a Project"
...
CVS. Xcode reads the CVS root file in your projects folder and sets
itself up automatically.
The CVS support works in both direct (mounted repository) mode and
client/server (pserver) mode.
If you can use a particular repository from Terminal, Xcode should
also be able to use it.
Of course, this means that you have to do the initial checkout from
outside of Xcode.
- Mark
Mark Lentczner
email@hidden
http://www.wheatfarm.org/
_______________________________________________
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.