What is CVS and how does it work?

Requested by Jensclas and Answered by Jegelstaff on 2005/1/23 20:56:07

What is CVS and how does it work?

CVS is the source code control system that the XOOPS core team uses. A source code control system lets developers keep track of the different versions of all their files, and allows different developers to work on different files at the same time, and then merge all their changes into a single new version of the software they're making.

Module developers can use CVS also, through the dev.xoops.org site.

For detailed information about setting up access to CVS for yourself, check out this page from the wiki on dev.xoops.org:

http://dev.xoops.org/modules/phpwiki/index.php/HowToUseTheCvs

For more information about source code control systems in general and how they're used, check out these pages:

http://software.ericsink.com/scm/
http://infohost.nmt.edu/tcc/help/tool/rcs/why.html

--Julian

This Q&A was found on XOOPS Web Application System : https://xoops.org/modules/smartfaq/faq.php?faqid=364