diff --git a/www/cvs.t b/www/cvs.t index b743573a44..4bd35fac95 100644 --- a/www/cvs.t +++ b/www/cvs.t @@ -3,18 +3,20 @@
Just go here. +
Just go here.
Every night at 6am CET, we build a source tarball and target .mod files from the latest CVS code. -Get them here. +
Every night at 6am CET, we build a source tarball and target .mod files +from the latest CVS code. Get them here.
You, obviously, need to have CVS installed to do this. +
You, obviously, need to have CVS +installed to do this. -
The examples below use the 'firmware' module, since that's what most people are interested in. Here is a complete list of the available modules: +
Here is a complete list of the available modules:
If you are not a registered developer, use this method. When asked for a password, just press enter:
cvs -d:pserver:anonymous@cvs.rockbox.sourceforge.net:/cvsroot/rockbox login
-
cvs -z3 -d:pserver:anonymous@cvs.rockbox.sourceforge.net:/cvsroot/rockbox co firmware
+
cvs -z3 -d:pserver:anonymous@cvs.rockbox.sourceforge.net:/cvsroot/rockbox co rockbox
-
A "firmware" directory will be created in your current directory, and all the source files go there. +
A "rockbox" directory will be created in your current directory, and all +the directories and source files go there.
Then run:
export CVS_RSH=ssh
-
cvs -z3 -d:ext:username@cvs.rockbox.sourceforge.net:/cvsroot/rockbox co firmware
+
cvs -z3 -d:ext:username@cvs.rockbox.sourceforge.net:/cvsroot/rockbox co rockbox
If you are using WinCVS, the procedure is somewhat different.