[wwwdocs] Adjust cvs.html to that fact that only wwwdocs is hosted by CVS

Gerald Pfeifer gerald@pfeifer.com
Sun Oct 30 17:33:00 GMT 2005


Adjust to the fact that only wwwdocs is served by CVS now.  Tone done
original introduction, remove reference to Savannah security incident,
and use gcc.gnu.org instead of savannah.gnu.org for the repository,
also removing the reference to savannah-hackers@gnu.org.

Installed

Gerald

Index: cvs.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/cvs.html,v
retrieving revision 1.203
diff -u -3 -p -r1.203 cvs.html
--- cvs.html	29 Oct 2005 17:14:21 -0000	1.203
+++ cvs.html	30 Oct 2005 17:29:45 -0000
@@ -6,53 +6,38 @@
 <title>GCC: Anonymous read-only CVS access</title>
 </head>
 
-<!-- GCC maintainers, please do not hesitate to update/contribute entries
-     concerning branches you maintain!  2005-08-29, Gerald.
--->
-
 <body>
-<h1>GCC: Anonymous read-only CVS access</h1>
-
-<p>In an ongoing effort to accelerate development of GCC and provide an
-open development environment, we are making our CVS source repository
-available read-only to the public at large.</p>
+<h1>GCC: CVS access to the GCC web pages</h1>
 
-<p>That way you can pick up any version (including releases) 
-of our <a href="#wwwdocs">web pages</a>.</p>
+<p>Our web pages and related scripts are available to the public at large
+via our CVS source repository.</p>
 
-<p>In addition, you can browse our CVS history online at</p>
+<p>In addition, you can browse the CVS history online at</p>
 
 <ul>
-  <li><a href="http://savannah.gnu.org/cgi-bin/viewcvs/gcc/">savannah.gnu.org</a>
+  <li><a href="http://savannah.gnu.org/cgi-bin/viewcvs/gcc/wwwdocs">savannah.gnu.org</a>
       using viewcvs, or</li>
-  <li><a href="http://gcc.gnu.org/cgi-bin/cvsweb.cgi/">gcc.gnu.org</a>
+  <li><a href="http://gcc.gnu.org/cgi-bin/cvsweb.cgi/wwwdocs/">gcc.gnu.org</a>
       using cvsweb.</li>
 </ul>
 
 
 <h2>Using the CVS repository</h2>
 
-<p><b>In January 2004, these instructions were modified to reflect security
-changes implemented after an attack on the Free Software Foundation's
-site.</b></p>
-
 <p>Assuming you have both <a href="http://www.cvshome.org/">CVS</a>
 and SSH installed, you can check out the GCC sources as follows:</p>
 
 <ol type="i">
  <li>Set CVS_RSH in your environment to <code>ssh</code>.</li>
  <li>Set CVSROOT in your environment to 
-     <code>:ext:anoncvs@savannah.gnu.org:/cvsroot/gcc</code>. 
+     <code>:pserver:cvs@gcc.gnu.org:/cvs/gcc</code>. 
      Alternately add 
-     <code>-d :ext:anoncvs@savannah.gnu.org:/cvsroot/gcc</code>
+     <code>-d :pserver:cvs@gcc.gnu.org:/cvs/gcc</code>
      immediately after <code>cvs</code> in the commands below.</li>
  <li>The command <code>cvs -qz9 checkout -P wwwdocs</code>, 
      will check out the web documentation in our CVS repository.</li>
 </ol>
 
-<p>In case of problems with the repository at savannah.gnu.org please
-contact savannah-hackers@gnu.org.</p>
-
 <p>Patches should be marked with the tag [wwwdocs] in the subject line.</p>
 
 <h2><a name="system">The host system</a></h2>
@@ -62,8 +47,8 @@ available, through
 <a href="http://sourceware.org/cgi-bin/cvsweb.cgi/?cvsroot=sourceware">
 cvsweb</a> and anonymous read-only CVS.  Use the same procedure
 as above, but use
-<code>:pserver:anoncvs@gcc.gnu.org:/cvs/sourceware</code> for the repository
-and <code>infra</code> for the module.</p>
+<code>:pserver:anoncvs@gcc.gnu.org:/cvs/sourceware</code> for the
+repository and <code>infra</code> for the module.</p>
 
 </body>
 </html>



More information about the Gcc-patches mailing list