This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[wwwdocs] update references to CVS in libstdc++ docs
- From: "Jonathan Wakely" <jwakely dot gcc at gmail dot com>
- To: libstdc++ <libstdc++ at gcc dot gnu dot org>, gcc-patches at gcc dot gnu dot org
- Date: Sat, 29 Sep 2007 15:58:57 +0100
- Subject: [wwwdocs] update references to CVS in libstdc++ docs
pretty obvious, I'll commit tomorrow assuming noone objects.
Jon
Index: htdocs/libstdc++/ChangeLog
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/ChangeLog,v
retrieving revision 1.51
diff -u -p -r1.51 ChangeLog
--- htdocs/libstdc++/ChangeLog 12 Dec 2006 15:07:00 -0000 1.51
+++ htdocs/libstdc++/ChangeLog 29 Sep 2007 14:53:05 -0000
@@ -1,3 +1,7 @@
+2007-09-29 Jonathan Wakely <jwakely.gcc@gmail.com>
+
+ * index.html: Update CVS notes to refer to Subversion.
+
2006-12-11 Ian Lance Taylor <iant@google.com>
* index.html: Remove news entries.
Index: htdocs/libstdc++/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/index.html,v
retrieving revision 1.34
diff -u -p -r1.34 index.html
--- htdocs/libstdc++/index.html 12 Dec 2006 15:07:00 -0000 1.34
+++ htdocs/libstdc++/index.html 29 Sep 2007 14:53:05 -0000
@@ -38,12 +38,12 @@
area or from any of the <a href="../mirrors.html">GCC mirror sites</a>.
</p>
-<p>The CVS source repository is part of the GCC repository. Instructions
- for anonymous CVS access are the same as
- <a href="../cvs.html">those for the rest of the compiler</a>. Checking
- out the <code>gcc</code> module will also get the library sources; to
- retrieve only the library, check out the <code>libstdc++-v3</code> module
- instead.
+<p>The SVN source repository is part of the GCC repository. Instructions
+ for anonymous SVN access are the same as
+ <a href="../svn.html">those for the rest of the compiler</a>. Checking
+ out the GCC <code>trunk</code> or one of the branches will also get the
+ library sources; to retrieve only the library, check out
+ <code>trunk/libstdc++-v3</code> instead.
</p>
</body>