CVS Repository
About CVS
CVS (Concurrent Versions System) is a tool used by many software developers to manage changes within their source code tree. CVS provides the means to store not only the current version of a piece of source code, but a record of all changes (and who made those changes) that have occurred to that source code. Use of CVS is particularly common on projects with multiple developers, since CVS ensures changes made by one developer are not accidentally removed when another developer posts their changes to the source tree.
In order to access a CVS repository, you must install a special piece of software called a CVS client. CVS clients are available for most operating systems.
CVS client software is probably included in your integrated development environment (ie. Eclipse, IntelliJ) so check your IDE documentation.
NOTE: A SSH client must be installed on your client machine to access our CVS repository.
Core
Anonymous Access
All users will be given read-only access to the geWorkbench core. The project can be checked out through anonymous CVS using:
cvs -d:extssh:anonymous@adcvs.cu-genome.org:/cvs/magnet/core login
NOTE: UNIX file and directory names are case sensitive.
Developer Access
Only project developers can access the CVS tree via this method. Substitute modulename and developername with the proper values. Enter your site password when prompted.