From 89bec764225e557d71ceff1e268466ea93434a4a Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Mon, 15 Apr 2002 12:39:19 +0000 Subject: Corrections git-svn-id: svn://svn.rockbox.org/rockbox/trunk@95 a1c6a512-1295-4272-9138-f99709370657 --- www/cvs.t | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/www/cvs.t b/www/cvs.t index 53e221618f..340523eb90 100644 --- a/www/cvs.t +++ b/www/cvs.t @@ -7,11 +7,19 @@

Downloading (checking out) the source

-

You need to have -CVS and -SSH installed. +

You, obviously, need to have CVS installed to do this. -

Anonymously

+

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: + +

+ +

Anonymous read-only checkout

If you are not a registered developer, use this method. When asked for a password, just press enter: @@ -21,11 +29,12 @@ When asked for a password, just press enter:

A "firmware" directory will be created in your current directory, and all the source files go there. -

For developers

+

Checkout for developers

For this, you need to:

    +
  1. Have SSH installed
  2. Have a SourceForge account
  3. Be a registered developer @@ -40,7 +49,7 @@ of the Rockbox project

    Checking in modifications

    -

    CVS is a "no-reserve" version control system. This means that you work on your local files without first reserving them. Any conflicts with other developers are resolved when you check-in, or "commit" as it's called in CVS: +

    CVS is a "no-reserve" version control system. This means that you work on your local files without first reserving them. Any conflicts with other developers are detected when you check-in, or "commit" as it's called in CVS:

    cvs commit filename -- cgit v1.2.3