| Author |
When i should use SubVersion ?
|
somkiat puisungnoen
Ranch Hand
Joined: Jul 04, 2003
Posts: 1312
|
|
Now, i using CVS to Control version of my project. i'm found some document about SubVersion I have some qoestion :: When i should use SubVersion with CVS ?? it possible ?? thank you for all reply.
|
SCJA,SCJP,SCWCD,SCBCD,SCEA I
Java Developer, Thailand
|
 |
Alexandru Popescu
Ranch Hand
Joined: Jul 12, 2004
Posts: 995
|
|
I do not think CVS and subversion are meant to collaborate. They represent different solutions to the same problem. Deciding which one fits best your project/organization is another story :-). -- ./pope [the_mindstorm]
|
blog - InfoQ.com
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11945
|
|
|
You can't. Subversion and CVS are both version control systems (Subversion is the successor to CVS and I've heard that in fact a lot of CVS's original developers are in the Subversion team today). You'll have to pick one and stick with it for a given project.
|
Author of Test Driven (Manning Publications, 2007) [Blog] [HowToAskQuestionsOnJavaRanch]
|
 |
Jeff Machols
author
Ranch Hand
Joined: Sep 07, 2004
Posts: 43
|
|
|
That is correct, the CVS team is basically moving aside and letting Subversion take over. Subversion was built by people that do opensource development for a living and were having problems with some of the downfalls of CVS. These problems were too embedded in the design, so a rewrite was easier/better/faster
|
Author of <a href="http://www.amazon.com/exec/obidos/ASIN/1932394362/ref=jranch-20" target="_blank" rel="nofollow">Subversion in Action</a>
|
 |
Siripa Siangklom
Ranch Hand
Joined: Jan 26, 2004
Posts: 79
|
|
|
If you want to migrate your old CVS projects, Subversion provides a tool (cvs2svn) that allows you to convert CVS repositories to Subversion back ends.
|
 |
Burk Hufnagel
Ranch Hand
Joined: Oct 01, 2001
Posts: 608
|
|
Originally posted by Jeff Machols: That is correct, the CVS team is basically moving aside and letting Subversion take over.
Wow, I'm impressed. Usually developers are too emotionally tied to their projects to admit that something else is better and then move aside. Three cheers for maturity!
|
SCJP, SCJD, SCEA 5 "The only rules that really matter are these: what a man can do and what a man can't do." Captain Jack Sparrow
|
 |
 |
|
|
subject: When i should use SubVersion ?
|
|
|