[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Savannah-cvs] administration/content/gnu-content/faq CVS_-_Ho...
From: |
Sylvain Beucler |
Subject: |
[Savannah-cvs] administration/content/gnu-content/faq CVS_-_Ho... |
Date: |
Fri, 25 Feb 2005 06:23:23 -0500 |
CVSROOT: /cvsroot/administration
Module name: administration
Branch:
Changes by: Sylvain Beucler <address@hidden> 05/02/25 11:23:23
Modified files:
content/gnu-content/faq:
CVS_-_How_do_I_start_using_the_repository.txt
Log message:
Use savannah.gnu.org instead of subversions.gnu.org, and updated the
cvshome.org url
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/administration/administration/content/gnu-content/faq/CVS_-_How_do_I_start_using_the_repository.txt.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
Patches:
Index:
administration/content/gnu-content/faq/CVS_-_How_do_I_start_using_the_repository.txt
diff -u
administration/content/gnu-content/faq/CVS_-_How_do_I_start_using_the_repository.txt:1.1
administration/content/gnu-content/faq/CVS_-_How_do_I_start_using_the_repository.txt:1.2
---
administration/content/gnu-content/faq/CVS_-_How_do_I_start_using_the_repository.txt:1.1
Fri Feb 25 11:14:55 2005
+++
administration/content/gnu-content/faq/CVS_-_How_do_I_start_using_the_repository.txt
Fri Feb 25 11:23:23 2005
@@ -1,21 +1,17 @@
<ol>
<li>
-<p> First, make sure you have correctly registered in Savannah a SSH for your
+First, make sure you have correctly registered in Savannah a SSH for your
machine, as explained in the FAQ entry *How do I configure my SSH access?*
-(Members of the GNU project may also use Kerberos access if they prefer; ask
-the administrators of the GNU project for details)</p>
</li>
<li>
-<p>
-SSH2 must be installed on your client machine. You can add
-</p>
+SSH2 must be installed on your client machine. You can add
<pre>
- Host subversions.gnu.org
+ Host savannah.gnu.org
Protocol 2
</pre>
-<p>
in your <tt>~/.ssh/config</tt> file, if you think that your SSH will
-switch to protocol 1 automatically.</p>
+switch to protocol 1 automatically.<br>
+Note: you can use savannah.gnu.org or savannah.nongnu.org interchangeably.
</li>
<li>
<p>Move into the local directory where you want to keep your local copy of the
@@ -29,7 +25,7 @@
login name, and <b>project</b> with the name of your project):</p>
<pre>
export CVS_RSH=ssh<br>
- cvs -z3 -d<b>user</b>@subversions.gnu.org:/cvsroot/<b>project</b> co
<b>project</b>
+ cvs -z3 -d<b>user</b>@savannah.gnu.org:/cvsroot/<b>project</b> co
<b>project</b>
</pre>
<p>
Beware that <b>username</b> and <b>projectname</b> are case sensitive,
@@ -85,7 +81,8 @@
</p>
<p>
You can also read the man page for cvs or the "Quick reference to CVS"
-(http://www.cvshome.org/docs/manual/cvs_17.html#SEC153)
+(http://www.cvshome.org/docs/manual/cvs-1.11.19/cvs_17.html (node
+"Invoking CVS" in the info file)
</p>
-<p><font size="-1">Update $Date: 2005/02/25 11:14:55 $</font></p>
+<p><font size="-1">Update $Date: 2005/02/25 11:23:23 $</font></p>