Linked by Eugenia Loli-Queru on Fri 20th Feb 2004 06:00 UTC
General Development On Monday, the Subversion project is scheduled to release version 1.0 of their version control system, under development for several years now. Subversion was intended from its inception as the CVS replacement and it comes with many important features previously found only on commercial VCS like Perforce. It was designed for better remote performance, and it is multi-platform with a GUI/CLI front-end.
Permalink for comment
To read all comments associated with this story, please click here.
Similar in use to cvs
by Jamie Burns on Fri 20th Feb 2004 06:52 UTC

Subversion is very similar in use to cvs, but a lot more powerful. If you develop on Windows, there is a great set of programs that integrate Subversion right into the Explorer shell. It is so easy to use that way you will wonder why you have not been keeping everything in a VCS!

Windows Integration:
http://tortoisesvn.tigris.org/

Subversion Commands Overview/Tutorial (SingleUser):
http://www.onlamp.com/pub/a/onlamp/2002/10/31/subversion.html

Subversion Commands Overview/Tutorial (MultiUser):
http://www.onlamp.com/pub/a/apache/2002/12/19/svn2.html

Jamie.