PDA

View Full Version : A lame question....


MoonWalker
21st February 2002, 22:04
What CVS means :o :o :o ???


Shy MoonWalker :o

-h
21st February 2002, 23:08
"Concurrent Versioning System" if memory serves me. It allows multiple developers to upload source code changes to a central repository, that everyone can read from. When you add a new change, the file's version number is automatically incremented, you can list the changes from one version to another, etc..

XviD's source code is sitting in the CVS repository over at http://www.xvid.org/cgi-bin/cvsweb.cgi .

It makes developing a lot easier, as we're not frantically sending source files around to each other, keeping everything in sync.

-h