The revisions to the code are maintained using cvs. CVS keeps track of revisions made to each file along with its log messages. To get the code we need to checkout the code from the CVS repository which is stored in /home/software/CVSROOT. The directory structure of the repository is as follows. Main directory is music. Subdirectories are music/src, music/docs, music/utils, music/tests, music/ctrlfiles, music/drivers.
setenv CVSROOT /home/software/CVSROOT
cvs checkout musicThis will create a directory called ``music''. To create a directory with a different name e.g. ``Mymusic'', use
cvs checkout -d MyMusic music
cvs checkout -d mysrc music/src
cvs checkout -d myhelp help
more myhelp/general