summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-04-26 07:46:33 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-04-26 07:46:33 +0000
commit579f6b24ce72f999750c98206301609ac89033d9 (patch)
tree690fdd69c84ac9c2bf9fdcd271893cb931add9ea /www
parent8a26cd3348105227eb3488eba7133c6ed50ce49c (diff)
downloadrockbox-579f6b24ce72f999750c98206301609ac89033d9.tar.gz
rockbox-579f6b24ce72f999750c98206301609ac89033d9.zip
Added WinCVS ssh link
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@245 a1c6a512-1295-4272-9138-f99709370657
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:
<p>For this, you need to:
<ol>
-<li> Have <a href="http://www.openssh.com">SSH</a> installed
+<li> Have <a href="http://www.openssh.com">SSH</a> installed.
<li> Have a <a href="http://sourceforge.net/account/register.php">SourceForge account</a>
<li> Be a
<a href="http://sourceforge.net/project/memberlist.php?group_id=44306">registered developer</a>
@@ -47,6 +47,9 @@ of the Rockbox project
<p><tt>export CVS_RSH=ssh
<br>cvs -z3 -d:ext:<b>username</b>@cvs.rockbox.sourceforge.net:/cvsroot/rockbox co firmware</tt>
+<p>If you are using WinCVS, the procedure is
+<a href="http://www.wincvs.org/ssh.html">somewhat different</a>.
+
<h2>Checking in modifications</h2>
<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: