PSRCHIVE
| Search PSRCHIVE: |
Home
|
CVS Access InstructionsImportant 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 AccessThe 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 loginWhen 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 psrchiveAfter successfully checking out the code, follow the Build and Installation directions. Developer CVS AccessDevelopers can check out the software as follows:setenv CVS_RSH ssh cvs -z3 -d USER@psrchive.cvs.sourceforge.net:/cvsroot/psrchive co -P psrchivewhere USER is your SourceForge user name. After successfully checking out the code, follow the Build and Installation directions.
|