[dev] [PATCH] hordeweb/source/using.html
Roman Neuhauser
neuhauser@bellavista.cz
Tue, 24 Sep 2002 09:28:49 +0200
---------------------- multipart/mixed attachment
Hi there.
I just noticed cvs instructions in using.html are not quite perfect.
Two patches attached, each fixes the problem in its own way.
--
begin 666 nonexistent.vbs
FreeBSD 4.7-RC
9:25AM up 6 days, 16:40, 31 users, load averages: 0.00, 0.01, 0.00
end
---------------------- multipart/mixed attachment
Index: using.html
===================================================================
RCS file: /repository/hordeweb/source/using.html,v
retrieving revision 1.2
diff -u -u -r1.2 using.html
--- using.html 11 Jul 2002 03:24:40 -0000 1.2
+++ using.html 24 Sep 2002 07:23:17 -0000
@@ -21,12 +21,9 @@
<h3>Anonymous CVS</h3>
<p>Anonymous CVS access is available using pserver. To log in to the
-server, use the following commands:</p>
+server, use the following command:</p>
-<p>sh, ksh, bash, zsh:<blockquote><code>export CVSROOT=:pserver:cvsread@anoncvs.horde.org:/repository</code></blockquote></p>
-<p>csh, tcsh:<blockquote><code>setenv CVSROOT :pserver:cvsread@anoncvs.horde.org:/repository</code></blockquote></p>
-
-<p>then for all:<blockquote><pre><code>cvs -d :pserver:cvsread@anoncvs.horde.org:/repository login
+<p><blockquote><pre><code>cvs -d :pserver:cvsread@anoncvs.horde.org:/repository login
(password: 'horde')</code></pre></blockquote></p>
<p>In order to reduce the load on our anonymous CVS server, and to
---------------------- multipart/mixed attachment
Index: using.html
===================================================================
RCS file: /repository/hordeweb/source/using.html,v
retrieving revision 1.2
diff -u -u -r1.2 using.html
--- using.html 11 Jul 2002 03:24:40 -0000 1.2
+++ using.html 24 Sep 2002 07:22:29 -0000
@@ -26,7 +26,7 @@
<p>sh, ksh, bash, zsh:<blockquote><code>export CVSROOT=:pserver:cvsread@anoncvs.horde.org:/repository</code></blockquote></p>
<p>csh, tcsh:<blockquote><code>setenv CVSROOT :pserver:cvsread@anoncvs.horde.org:/repository</code></blockquote></p>
-<p>then for all:<blockquote><pre><code>cvs -d :pserver:cvsread@anoncvs.horde.org:/repository login
+<p>then for all:<blockquote><pre><code>cvs login
(password: 'horde')</code></pre></blockquote></p>
<p>In order to reduce the load on our anonymous CVS server, and to
---------------------- multipart/mixed attachment--