Click to See Complete Forum and Search --> : CVS Question


LittleGreenGecko
01-19-2002, 10:42 PM
for all you who know what CVS is, please let me know what is the program called: (sounds like...) Dee-oxygen.

Pinball
01-20-2002, 09:49 AM
For the ignorantīs like myself who donīt know what cvs is/means, could someone let me know, please?

nanode
01-20-2002, 12:35 PM
CVS is 'Concurrent Versioning System'

It's a repository where developers checkin source code and other files to be saved. It's almost like a basic file server, but CVS allows multiple developers to edit the same file at the same time and will merge the changes upon checking. There are numerous other version control systems out there. CVS is widely used and pretty much an open standard from what I can tell.

klamath
01-20-2002, 05:32 PM
For doxygen, see www.doxygen.org (http://www.doxygen.org) . It doesn't have a lot to do with CVS, though.