Contents
Info
Bugs
Docs
Source
Email
Download
Developer

Source
Browse
jCVS
CVSWeb
CVS

Anonymous CVS

You can access the anonymous CVS server of the Giant Java Tree with your cvs client. To do this, you will will be accessing the server via 'pserver' mode. You may not be familiar with pserver mode, however, once your CVSROOT is properly set, you will not even notice the difference in how you use CVS.

The parameters essential to the pserver connection are:

  • Mode: pserver
  • Hostname: cvs.gjt.org
  • Repository: /gjt/cvsroot
  • Username: anoncvs
  • Password: anoncvs

You can establish these parameters either by setting your CVSROOT environment, or by using the '-d' option when running cvs. Here are examples of both:

Setting the CVSROOT environment variable:

CVSROOT=:pserver:anoncvs@cvs.gjt.org:/gjt/cvsroot
export CVSROOT
cvs login

Using the '-d' option with cvs:

cvs -d :pserver:time@cvs.gjt.org:/gjt/cvsroot login

If you use the '-d' option, it needs to be specified with every invocation of cvs, not just on the login command.


All contents are copyrighted (c) by their respective authors. All rights reserved.
All contents are licensed under the General Public License.