Click to See Complete Forum and Search --> : What is CVS?


Red Hat
03-24-2001, 01:48 AM
What is CVS & what does it stand for?

Thanks.

Tyr-7BE
03-24-2001, 01:53 AM
CVS = Current Version Something? I dunno what it stands for. It's a network filesystem that allows developers to synchronize development efforts. Once a source file for a particular project has been modified, the file goes into the project's CVS repository so that other developers can log in and see what's been done so far and expand on that. If you take a look at CVS repositories, it's just a whole lot of source files. If you're looking for bleeding edge software (ludicrously unstable stuff), you'll find it in CVS repositories.

Red Hat
03-24-2001, 02:04 AM
Thanks for that :=)

trekker
03-24-2001, 06:12 AM
It stands for Concurrent Versions System. Check out http://www.cvshome.org

[ 24 March 2001: Message edited by: trekker ]