summaryrefslogtreecommitdiff
path: root/www/cvs.t
diff options
context:
space:
mode:
Diffstat (limited to 'www/cvs.t')
-rw-r--r--www/cvs.t35
1 files changed, 11 insertions, 24 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