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 EnigmaNG
- CVS write access
-
For write access you first need a login at the EnigmaNG 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 vdr-skinenigmang-0.0.1.tgz it's "v0_0_1".
- 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
EnigmaNG CVS tree.