summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/cvs.t5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/cvs.t b/www/cvs.t
index a846ce9476..8e0c8ab21d 100644
--- a/www/cvs.t
+++ b/www/cvs.t
@@ -34,7 +34,7 @@ When asked for a password, just press enter:
34<p>For this, you need to: 34<p>For this, you need to:
35 35
36<ol> 36<ol>
37<li> Have <a href="http://www.openssh.com">SSH</a> installed 37<li> Have <a href="http://www.openssh.com">SSH</a> installed.
38<li> Have a <a href="http://sourceforge.net/account/register.php">SourceForge account</a> 38<li> Have a <a href="http://sourceforge.net/account/register.php">SourceForge account</a>
39<li> Be a 39<li> Be a
40<a href="http://sourceforge.net/project/memberlist.php?group_id=44306">registered developer</a> 40<a href="http://sourceforge.net/project/memberlist.php?group_id=44306">registered developer</a>
@@ -47,6 +47,9 @@ of the Rockbox project
47<p><tt>export CVS_RSH=ssh 47<p><tt>export CVS_RSH=ssh
48<br>cvs -z3 -d:ext:<b>username</b>@cvs.rockbox.sourceforge.net:/cvsroot/rockbox co firmware</tt> 48<br>cvs -z3 -d:ext:<b>username</b>@cvs.rockbox.sourceforge.net:/cvsroot/rockbox co firmware</tt>
49 49
50<p>If you are using WinCVS, the procedure is
51<a href="http://www.wincvs.org/ssh.html">somewhat different</a>.
52
50<h2>Checking in modifications</h2> 53<h2>Checking in modifications</h2>
51 54
52<p>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: 55<p>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: