From e911eba13482f90575fe268366fe73838e201cf1 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 7 Feb 2003 10:27:02 +0000 Subject: better CVS docs git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3224 a1c6a512-1295-4272-9138-f99709370657 --- www/cvs.t | 31 +++++++++++++++++++++++-------- 1 file changed, 23 insertions(+), 8 deletions(-) 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 @@

Browsing the repositry

-

Just go here. +

Just go here.

Daily snapshots

-

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.

Downloading (checking out) the source

-

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:

+The examples below use the 'rockbox' module, since that's what most people are +interested in. We have a few other convenient aliases that gets several +modules at once for you: + + +

Anonymous read-only checkout

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.

Checkout for developers

@@ -51,7 +66,7 @@ of the Rockbox project

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. -- cgit v1.2.3