The unlpbot 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 unlpbot 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/unlpbot co -P SHARKING
cvs -z3 -d:pserver:[email protected]:/cvsroot/unlpbot co -P jodbee
cvs -z3 -d:pserver:[email protected]:/cvsroot/unlpbot co -P newtestmodule
cvs -z3 -d:pserver:[email protected]:/cvsroot/unlpbot co -P nlp
cvs -z3 -d:pserver:[email protected]:/cvsroot/unlpbot co -P odp
cvs -z3 -d:pserver:[email protected]:/cvsroot/unlpbot co -P sharking
cvs -z3 -d:pserver:[email protected]:/cvsroot/unlpbot co -P testjava
cvs -z3 -d:pserver:[email protected]:/cvsroot/unlpbot co -P unlpbot
cvs -z3 -d:pserver:[email protected]:/cvsroot/unlpbot co -P www
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/unlpbot/
rsync -ai a.cvs.sourceforge.net::cvsroot/unlpbot/ /my/local/dest/dir/
If you are a project admin for unlpbot, you can request that this page redirect to another repo on your project by submitting a support request.