Anonymous CVS server

USAGI(UniverSAl playGround for Ipv6) Project provides anonymous CVS service. You can get our latest source code via read-only anonymous CVS.

login

To access the repository, you'll need to login the server.

$ cvs -d :pserver:[email protected]:$cvsroot login
[The password is "anoncvs"]

You should replace $cvsroot with a following value.

target $cvsroot
USAGI kit /cvsroot/usagi
Application for IPv6 /cvsroot/apps

checkout or update

At first, you'll need to checkout a repository you want.

$ cvs -d :pserver:[email protected]:$cvsroot checkout $module

If you want to update the source code of your local-disk (stored in directory $dir) to the latest, you'll need to do following command at the top of the directory.

$ cd $dir
$ cvs update -d -P

You should replace $module with following value.

chosen cvsroot $module
usagi usagi
apps netpuyoc
netpuyos
netris
slrn
xbomber
xhearts
xmcd
xpopbiff
xtris
cf.
**Repository**
usagi ------ usagi

apps  ---+-- netpuyoc
         +-- netpuyos
         +-- netris
         +-- slrn
         +-- xbomber
         +-- xhearts
         +-- xmcd
         +-- xpopbiff
         +-- xtris
      

logout

$ cvs logout

Example

$ cvs -d :pserver:[email protected]:/cvsroot/usagi login
[The password is "anoncvs"]
$ cvs -d :pserver:[email protected]:/cvsroot/usagi checkout usagi
$ cvs logout

Other method

WWW Interface

Copyright ©2000,2001 USAGI/WIDE Project, All Rights Reserved.
$Id: anoncvs.html,v 1.24 2004-01-31 03:42:19 yoshfuji Exp $