The gmod project's CVS data is in read-only mode, so the project may have switched over to another source-code-management system. To check, visit the Project Summary Page for gmod and see if the menubar lists a newer code repository, such as SVN or Git.
The CVS data can be accessed as follows.
You can run a per-module CVS checkout via pserver protocol:
cvs -z3 -d:pserver:[email protected]:/cvsroot/gmod co -P Bio-Graphics
cvs -z3 -d:pserver:[email protected]:/cvsroot/gmod co -P Bundle-GMOD
cvs -z3 -d:pserver:[email protected]:/cvsroot/gmod co -P FlashGViewer
cvs -z3 -d:pserver:[email protected]:/cvsroot/gmod co -P GBrowse_karyotype
cvs -z3 -d:pserver:[email protected]:/cvsroot/gmod co -P GOView
cvs -z3 -d:pserver:[email protected]:/cvsroot/gmod co -P Generic-Genome-Browser
cvs -z3 -d:pserver:[email protected]:/cvsroot/gmod co -P GenericGenePage
cvs -z3 -d:pserver:[email protected]:/cvsroot/gmod co -P RestGraph
cvs -z3 -d:pserver:[email protected]:/cvsroot/gmod co -P SynBrowse
cvs -z3 -d:pserver:[email protected]:/cvsroot/gmod co -P XML-XORT
cvs -z3 -d:pserver:[email protected]:/cvsroot/gmod co -P apollo
cvs -z3 -d:pserver:[email protected]:/cvsroot/gmod co -P argos
cvs -z3 -d:pserver:[email protected]:/cvsroot/gmod co -P balloon-tooltips
cvs -z3 -d:pserver:[email protected]:/cvsroot/gmod co -P blastGraphic
cvs -z3 -d:pserver:[email protected]:/cvsroot/gmod co -P bop
cvs -z3 -d:pserver:[email protected]:/cvsroot/gmod co -P chado_live
cvs -z3 -d:pserver:[email protected]:/cvsroot/gmod co -P citrina
cvs -z3 -d:pserver:[email protected]:/cvsroot/gmod co -P cmap
cvs -z3 -d:pserver:[email protected]:/cvsroot/gmod co -P das2
cvs -z3 -d:pserver:[email protected]:/cvsroot/gmod co -P gbrowse-adaptors
cvs -z3 -d:pserver:[email protected]:/cvsroot/gmod co -P gbrowse-tag
cvs -z3 -d:pserver:[email protected]:/cvsroot/gmod co -P gds
cvs -z3 -d:pserver:[email protected]:/cvsroot/gmod co -P genepages
cvs -z3 -d:pserver:[email protected]:/cvsroot/gmod co -P genogrid
cvs -z3 -d:pserver:[email protected]:/cvsroot/gmod co -P gff-validator
cvs -z3 -d:pserver:[email protected]:/cvsroot/gmod co -P gmod
cvs -z3 -d:pserver:[email protected]:/cvsroot/gmod co -P gmod-home
cvs -z3 -d:pserver:[email protected]:/cvsroot/gmod co -P gmod-web
cvs -z3 -d:pserver:[email protected]:/cvsroot/gmod co -P goet
cvs -z3 -d:pserver:[email protected]:/cvsroot/gmod co -P graphbrowse
cvs -z3 -d:pserver:[email protected]:/cvsroot/gmod co -P imdb
cvs -z3 -d:pserver:[email protected]:/cvsroot/gmod co -P jalview
cvs -z3 -d:pserver:[email protected]:/cvsroot/gmod co -P javaSean
cvs -z3 -d:pserver:[email protected]:/cvsroot/gmod co -P labdoc
cvs -z3 -d:pserver:[email protected]:/cvsroot/gmod co -P lucegene
cvs -z3 -d:pserver:[email protected]:/cvsroot/gmod co -P org.bdgp
cvs -z3 -d:pserver:[email protected]:/cvsroot/gmod co -P pubfetch
cvs -z3 -d:pserver:[email protected]:/cvsroot/gmod co -P pubsearch
cvs -z3 -d:pserver:[email protected]:/cvsroot/gmod co -P pubtrack
cvs -z3 -d:pserver:[email protected]:/cvsroot/gmod co -P sample_dbs
cvs -z3 -d:pserver:[email protected]:/cvsroot/gmod co -P schema
cvs -z3 -d:pserver:[email protected]:/cvsroot/gmod co -P standard-urls
You can view a list of files or copy all the CVS repository data via rsync (the 1st command lists the files, the 2nd copies):
rsync -a a.cvs.sourceforge.net::cvsroot/gmod/
rsync -ai a.cvs.sourceforge.net::cvsroot/gmod/ /my/local/dest/dir/
If you are a project admin for gmod, you can request that this page redirect to another repo on your project by submitting a support request.