CVS Access
- First you have to log into the CVS server:
-
cvs -d ':pserver:anoncvs@vdr-developer.org:2401/var/cvsroot' login
Simply hit ENTER when asked for a password.
- Now you can checkout the latest sources:
-
cvs -z3 -d:pserver:anoncvs@vdr-developer.org:/var/cvsroot checkout vdradmin-am
- CVS write access
-
For write access you first need a login at the VDRAdmin-AM bug tracking system. Then you have to request CVS write access by sending an e-mail to me that contains your login name. After that you have to use your login/password combination instead of using the "anoncvs" user.
- Retrieving public releases
-
This is done by adding "-r <revision>" to the "cvs checkout" or "cvs update" commands. "<revision>" is the version number of the public release with dots replaced by underscores: e.g. for vdradmin-am-3.4.6.tar.bz2 it's "v3_4_6".
- Mailing list
-
If you want to receive e-mails on every "cvs commit" this list is for you!
- More Information
-
You'll find more information on CVS in the Ximbiot - CVS Wiki including links to CVS books.
Browse the CVS tree
You can browse the CVS tree by pointing your Web browser to
VDRAdmin-AM CVS tree.