This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[wwwdocs] How to obtain our web pages from CVS


Two changes that I came up with after noticing that it is not too easy
to find instruction how to check out our web pages.  Ideally we'd move
those over to SVN as well, but some of the infrastructure on gcc.gnu.org
doesn't make this straightforward I'm afraid.

Shorten the general description a bit and make the reference to our
CVS page a bit more clear. [svn.html]

Note that our web pages are still maintained via CVS. [projects/web.html]

Gerald

Index: svn.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v
retrieving revision 1.74
diff -u -3 -p -r1.74 svn.html
--- svn.html	29 Jan 2008 17:38:04 -0000	1.74
+++ svn.html	3 Feb 2008 20:09:01 -0000
@@ -14,13 +14,11 @@
 <h1>GCC: Anonymous read-only SVN access</h1>
 
 <p>Our SVN source repository is available read-only to the public at
-large.</p>
+large.  That way you can pick up any version (including releases) of
+GCC that is in our repository.</p>
 
-<p>That way you can pick up any version (including releases) of GCC that
-is in our repository or our <a href="cvs.html#wwwdocs">web pages</a>.</p>
-
-<p> Web pages are still stored in CVS, and thus, should be accessed
-using the directions for <a href="cvs.html">CVS</a></p>
+<p>Our web pages are still maintained via CVS, and can be accessed
+using the directions for <a href="cvs.html">our CVS setup</a>.</p>
 
 <p>In addition, you can browse our SVN history online at</p>
 
Index: projects/web.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/web.html,v
retrieving revision 1.9
diff -u -3 -p -r1.9 web.html
--- projects/web.html	19 Nov 2004 19:38:50 -0000	1.9
+++ projects/web.html	3 Feb 2008 20:09:01 -0000
@@ -8,6 +8,9 @@
 
 <h1>GCC: Web Pages</h1>
 
+<p>Our web pages are managed via CVS and can be accessed using the
+directions for <a href="cvs.html">our CVS setup</a>.</p>
+
 <h2>TODO</h2>
 
 <p>Any help concerning open issues is highly welcome, as are


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]