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 +++++++++++------------------------ www/history.t | 8 ++++++++ www/main.t | 10 ++-------- 3 files changed, 21 insertions(+), 32 deletions(-) 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

    diff --git a/www/history.t b/www/history.t index 439151d2d6..d8e40d1326 100644 --- a/www/history.t +++ b/www/history.t @@ -2,6 +2,14 @@ #define HISTORY_PAGE #include "head.t" +

    2004-02-05: Rockbox can play video, with sound + +

    2003-12-04: Version 2.1 is released + +

    2003-07-09: Rockbox started from flash ROM works + +

    2003-06-30: The plugin loader is now alive +

    2003-05-09: The 400-file dir browser limit is gone.

    2003-05-03: Finally, FM Radio support for FM Recorder models! diff --git a/www/main.t b/www/main.t index d42261967b..83235e9457 100644 --- a/www/main.t +++ b/www/main.t @@ -15,18 +15,12 @@ upgrade your ordinary Archos firmware.

    News

    +

    2004-05-07: The CVS repository has moved +

    2004-03-14: Rockbox can talk to you

    2004-03-11: Version 2.2 is released -

    2004-02-05: Rockbox can play video, with sound - -

    2003-12-04: Version 2.1 is released - -

    2003-07-09: Rockbox started from flash ROM works - -

    2003-06-30: The plugin loader is now alive -

    (Old news items have moved to a separate page.) -- cgit v1.2.3