[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] update description about anonymous CVS access
From: |
Hideki IWAMOTO |
Subject: |
[PATCH] update description about anonymous CVS access |
Date: |
Sun, 18 Jan 2004 15:25:20 +0900 |
Ok to commit?
Index: download.html
===================================================================
RCS file: /webcvs/global/global/download.html,v
retrieving revision 1.34
diff -u -r1.34 download.html
--- download.html 14 Nov 2003 02:12:45 -0000 1.34
+++ download.html 18 Jan 2004 06:19:40 -0000
@@ -50,10 +50,8 @@
<br>Hit return when prompted for the login password.)
<p>
<pre>
-% cvs -d:pserver:address@hidden:/cvsroot/global login
-(Logging in to address@hidden)
-CVS password: [RET]
-% cvs -d:pserver:address@hidden:/cvsroot/global co -P global
+% setenv CVS_RSH ssh
+% cvs -d:ext:address@hidden:/cvsroot/global co -P global
% cd global
% sh reconf.sh
% ./configure
Index: download.in
===================================================================
RCS file: /webcvs/global/global/download.in,v
retrieving revision 1.23
diff -u -r1.23 download.in
--- download.in 3 Oct 2003 10:44:06 -0000 1.23
+++ download.in 18 Jan 2004 06:19:40 -0000
@@ -24,10 +24,8 @@
<br>Hit return when prompted for the login password.)
<p>
<pre>
-% cvs -d:pserver:address@hidden:/cvsroot/global login
-(Logging in to address@hidden)
-CVS password: [RET]
-% cvs -d:pserver:address@hidden:/cvsroot/global co -P global
+% setenv CVS_RSH ssh
+% cvs -d:ext:address@hidden:/cvsroot/global co -P global
% cd global
% sh reconf.sh
% ./configure
----
Hideki IWAMOTO address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] update description about anonymous CVS access,
Hideki IWAMOTO <=