in reply to recommendations for version control?

I've found CVS to meet my needs for medium scale Perl projects (> 25,000 lines), medium-size websites (> 1,000 graphic/content files) and for Java projects as well. The fact that it keeps everything in plain-text is a blessing, especially if you've ever had to deal with database-backed products like Microsoft Visual Source Safe.

The book Open Source Development with CVS is very good. It briefly discusses the CGI interface CVSweb, which is good enough to be used by all the projects on Sourceforge :-)

You can also get native Win32, Mac, Gtk and Java CVS interfaces at the WinCVS site.

Chris
M-x auto-bs-mode

  • Comment on Re: recommendations for version control?

Replies are listed 'Best First'.
Re: Re: recommendations for version control?
by geektron (Curate) on Apr 06, 2001 at 23:51 UTC
    CVS defaults to text storage, but it's by no means limited to text.

    images and other binary files can be stored in it too.

    i've used CVS on my last three positions - even for large scale webistes ( home.netscape.com was one of them -- before the AOL takeover ).

      You're right -- 'everything' was far too broad -- binary files are kept as-is, of course.

      Chris
      M-x auto-bs-mode