From 1fbc30ab35932a6285b3d97f4fbed93b9c9d7393 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Fri, 7 May 2004 14:32:12 +0000 Subject: CVS repository moved git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4594 a1c6a512-1295-4272-9138-f99709370657 --- www/cvs.t | 35 +++++++++++------------------------ 1 file changed, 11 insertions(+), 24 deletions(-) (limited to 'www/cvs.t') diff --git a/www/cvs.t b/www/cvs.t index 07cfe6ba42..72df3a60c5 100644 --- a/www/cvs.t +++ b/www/cvs.t @@ -3,8 +3,7 @@

Browsing the repository

-

Just go here. +

Just go here.

Daily snapshots

@@ -28,8 +27,7 @@ installed to do this.
  • www - the web page -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 +

    We have a few other convenient aliases that gets several modules at once for you:

    +

    The examples below use the 'rockbox' module, since that is what most +people are interested in. +

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

    cvs -d:pserver:anonymous@rockbox.haxx.se:/cvsroot/rockbox login +
    cvs -z3 -d:pserver:anonymous@rockbox.haxx.se:/cvsroot/rockbox co rockbox

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

    Checkout for developers

    - -

    For this, you need to: - -

      -
    1. Have SSH installed. -
    2. Have a SourceForge account -
    3. Be a -registered developer -of the Rockbox project -
    4. Log on to your cvs server account once: ssh username@cvs.rockbox.sourceforge.net
      It will disconnect you immediately, but now your account is set up. -
    - -

    Then run: +

    Checkout with write access (for developers)

    -

    export CVS_RSH=ssh -
    cvs -z3 -d:ext:username@cvs.rockbox.sourceforge.net:/cvsroot/rockbox co rockbox
    +

    For this, you need to be added to the writers list by Rockbox administrators. After that, you can login with your username: -

    If you are using WinCVS, the procedure is -somewhat different. +

    cvs -d:pserver:username@rockbox.haxx.se:/cvsroot/rockbox login +
    cvs -z3 -d:pserver:username@rockbox.haxx.se:/cvsroot/rockbox co rockbox

    Checking in modifications

    -- cgit v1.2.3