summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2004-05-07 14:32:12 +0000
committerBjörn Stenberg <bjorn@haxx.se>2004-05-07 14:32:12 +0000
commit1fbc30ab35932a6285b3d97f4fbed93b9c9d7393 (patch)
tree478b82ac6d849b42eee98026958daef8b166ffcb
parent2cfdd3ea28cc71bfa5381d25a49c9c9d84a2e9c2 (diff)
downloadrockbox-1fbc30ab35932a6285b3d97f4fbed93b9c9d7393.tar.gz
rockbox-1fbc30ab35932a6285b3d97f4fbed93b9c9d7393.zip
CVS repository moved
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4594 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--www/cvs.t35
-rw-r--r--www/history.t8
-rw-r--r--www/main.t10
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 @@
3 3
4<h2>Browsing the repository</h2> 4<h2>Browsing the repository</h2>
5 5
6<p>Just go <a 6<p>Just go <a href="/viewcvs.cgi/">here</a>.
7href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/rockbox/">here</a>.
8 7
9<h2>Daily snapshots</h2> 8<h2>Daily snapshots</h2>
10 9
@@ -28,8 +27,7 @@ installed to do this.
28<li>www - the web page 27<li>www - the web page
29</ul> 28</ul>
30 29
31The examples below use the 'rockbox' module, since that's what most people are 30<p>We have a few other convenient aliases that gets several
32interested in. We have a few other convenient aliases that gets several
33modules at once for you: 31modules at once for you:
34 32
35<ul> 33<ul>
@@ -39,37 +37,26 @@ modules at once for you:
39<li> website - gets the www and docs modules 37<li> website - gets the www and docs modules
40</ul> 38</ul>
41 39
40<p>The examples below use the 'rockbox' module, since that is what most
41people are interested in.
42
42<h3>Anonymous read-only checkout</h3> 43<h3>Anonymous read-only checkout</h3>
43 44
44<p>If you are not a registered developer, use this method. 45<p>If you are not a registered developer, use this method.
45When asked for a password, just press enter: 46When asked for a password, just press enter:
46 47
47<p><tt>cvs -d:pserver:anonymous@cvs.rockbox.sourceforge.net:/cvsroot/rockbox login 48<p><tt>cvs -d:pserver:anonymous@rockbox.haxx.se:/cvsroot/rockbox login
48<br>cvs -z3 -d:pserver:anonymous@cvs.rockbox.sourceforge.net:/cvsroot/rockbox co rockbox</tt> 49<br>cvs -z3 -d:pserver:anonymous@rockbox.haxx.se:/cvsroot/rockbox co rockbox</tt>
49 50
50<p>A "rockbox" directory will be created in your current directory, and all 51<p>A "rockbox" directory will be created in your current directory, and all
51the directories and source files go there. 52the directories and source files go there.
52 53
53<h3>Checkout for developers</h3> 54<h3>Checkout with write access (for developers)</h3>
54
55<p>For this, you need to:
56
57<ol>
58<li> Have <a href="http://www.openssh.com">SSH</a> installed.
59<li> Have a <a href="http://sourceforge.net/account/register.php">SourceForge account</a>
60<li> Be a
61<a href="http://sourceforge.net/project/memberlist.php?group_id=44306">registered developer</a>
62of the Rockbox project
63<li> Log on to your cvs server account once: <tt>ssh <b>username</b>@cvs.rockbox.sourceforge.net</tt> <br>It will disconnect you immediately, but now your account is set up.
64</ol>
65
66<p>Then run:
67 55
68<p><tt>export CVS_RSH=ssh 56<p>For this, you need to be added to the writers list by Rockbox administrators. After that, you can login with your username:
69<br>cvs -z3 -d:ext:<b>username</b>@cvs.rockbox.sourceforge.net:/cvsroot/rockbox co rockbox</tt>
70 57
71<p>If you are using WinCVS, the procedure is 58<p><tt>cvs -d:pserver:<b>username</b>@rockbox.haxx.se:/cvsroot/rockbox login
72<a href="http://www.wincvs.org/ssh.html">somewhat different</a>. 59<br>cvs -z3 -d:pserver:<b>username</b>@rockbox.haxx.se:/cvsroot/rockbox co rockbox</tt>
73 60
74<h2>Checking in modifications</h2> 61<h2>Checking in modifications</h2>
75 62
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 @@
2#define HISTORY_PAGE 2#define HISTORY_PAGE
3#include "head.t" 3#include "head.t"
4 4
5<p><i>2004-02-05</i>: Rockbox can play <a href="/docs/rvf.html">video</a>, with sound
6
7<p><i>2003-12-04</i>: Version 2.1 is <a href="/download/">released</a>
8
9<p><i>2003-07-09</i>: Rockbox started from <a href="/docs/flash.html">flash ROM</a> works
10
11<p><i>2003-06-30</i>: The plugin loader is now <a href="http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-06/0707.shtml">alive</a>
12
5<p><i>2003-05-09</i>: The 400-file dir browser limit is <a href="http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-05/0334.shtml">gone</a>. 13<p><i>2003-05-09</i>: The 400-file dir browser limit is <a href="http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-05/0334.shtml">gone</a>.
6 14
7<p><i>2003-05-03</i>: Finally, FM Radio support for FM Recorder models! 15<p><i>2003-05-03</i>: 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.
15 15
16<h2>News</h2> 16<h2>News</h2>
17 17
18<p><i>2004-05-07</i>: The CVS repository has <a href="/cvs.html">moved</a>
19
18<p><i>2004-03-14</i>: Rockbox can <a href="/lang/">talk</a> to you 20<p><i>2004-03-14</i>: Rockbox can <a href="/lang/">talk</a> to you
19 21
20<p><i>2004-03-11</i>: Version 2.2 is <a href="/download/">released</a> 22<p><i>2004-03-11</i>: Version 2.2 is <a href="/download/">released</a>
21 23
22<p><i>2004-02-05</i>: Rockbox can play <a href="/docs/rvf.html">video</a>, with sound
23
24<p><i>2003-12-04</i>: Version 2.1 is <a href="/download/">released</a>
25
26<p><i>2003-07-09</i>: Rockbox started from <a href="/docs/flash.html">flash ROM</a> works
27
28<p><i>2003-06-30</i>: The plugin loader is now <a href="http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-06/0707.shtml">alive</a>
29
30<p><i><small>(Old news items have moved to a 24<p><i><small>(Old news items have moved to a
31<a href="history.html">separate page</a>.)</small></i> 25<a href="history.html">separate page</a>.)</small></i>
32 26