Re: CVS Support
Re: CVS Support
- Subject: Re: CVS Support
- From: Howard Siegel <email@hidden>
- Date: Tue, 28 Jun 2011 08:58:01 -0700
On Tue, Jun 28, 2011 at 08:40, Sean McBride
<email@hidden> wrote:
On Tue, 28 Jun 2011 12:36:53 -0300, Rodrigo Zanatta Silva said:
>In the company that I am working, there are only CVS source control.
>To use the CVS, we config it with Eclipse. But, this make things more
>difficult because I can't see the history of a file in XCode and this
>can cause a lot of trouble.
These days most people use svn or git, both of which Xcode supports. I recommend switching to either one of those. svn is more similar to cvs than is git, you might like it better.
Switching source control control systems, especially if the old system is well entrenched, is a extremely(!) difficult(!) thing to do even if the new system is "similar" to the old. And if other parts of his group/company/etc depend on CVS and have no reason to switch, it may not even be possible for political reasons.
In this case, you are going to have to bite the bullet and do all of your source code control via the CVS command line tools and/or CVS GUI tools and then use Xcode for build/debug. It does make for more work and some inconvenience, but there are no other alternatives until you can switch to git or svn for your source code control.
- h
_______________________________________________
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