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 |
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
$ cvs logout
$cvs -d :pserver:[email protected]:/cvsroot/usagi login
[The password is "anoncvs"]
$cvs -d :pserver:[email protected]:/cvsroot/usagi checkout usagi
$cvs logout