CVS Access Instructions

Important note: None of the files that are generated by the GNU autotools, including the required configure script, are checked into CVS. Therefore, to compile the software after CVS checkout, you will need the GNU autotools.

Developers note: It generally does not matter where the code is checked out. However, if you wish to develop PSRCHIVE in parallel with the code maintained at Swinburne, you may wish to read the Developer Installation notes.

Anonymous CVS Access

The PSRCHIVE CVS repository can be accessed through anonymous (pserver) CVS as follows. First, log in to the CVS server with the following two commands:
touch $HOME/.cvspass
cvs -d:pserver:anonymous@psrchive.cvs.sourceforge.net:/cvsroot/psrchive login
When prompted for the password for anonymous, simply hit Enter. Finally, check out the software with the following command:
cvs -z3 -d:pserver:anonymous@psrchive.cvs.sourceforge.net:/cvsroot/psrchive co -P psrchive
After successfully checking out the code, follow the Build and Installation directions.

Developer CVS Access

Developers can check out the software as follows:
setenv CVS_RSH ssh
cvs -z3 -d USER@psrchive.cvs.sourceforge.net:/cvsroot/psrchive co -P psrchive
where USER is your SourceForge user name. After successfully checking out the code, follow the Build and Installation directions.