[WWW] PR doc/34120 bugs/reghunt.html should be updated to mention svn

Gerald Pfeifer gerald@pfeifer.com
Sat Oct 25 18:42:00 GMT 2008


Now that the patch went in, I replaced two references to GCC SVN 
repository by GCC repository.  Who knows when we'll next switch. ;-)
And I removed an extra blank as part of an anchor.

(Sorry for failing to spot the two missing </p>s, Manuel!)

Gerald

Index: bugs/reghunt.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/bugs/reghunt.html,v
retrieving revision 1.15
diff -u -3 -p -r1.15 reghunt.html
--- bugs/reghunt.html	25 Oct 2008 17:17:10 -0000	1.15
+++ bugs/reghunt.html	25 Oct 2008 17:20:57 -0000
@@ -53,7 +53,7 @@ while the range is too large to investig
 <p>The first three steps are described below.  They can be automated,
 as can the framework for the binary search.  The directory <a
 href="http://gcc.gnu.org/svn/gcc/trunk/contrib/reghunt/">
-<code>contrib/reghunt</code></a> in the GCC SVN repository includes
+<code>contrib/reghunt</code></a> in the GCC repository includes
 scripts to do this work. More <a
 href="http://gcc.gnu.org/ml/gcc/2005-10/msg00742.html">elaborated
 regression hunting scripts</a> have been posted to the GCC mailing
@@ -73,7 +73,7 @@ are simple to <a href="#problems">work a
 <h3>Get a Local Copy of the GCC repository</h3>
 
 <p><a href="../rsync.html">Using rsync to get a local copy of the GCC
-SVN repository</a> is highly recommended for regression hunts.  You'll
+repository</a> is highly recommended for regression hunts.  You'll
 be checking out the tree used for the regression search over and over
 again and won't want to affect access times for other GCC developers
 who are using the real repository, and it will also be faster for
@@ -120,7 +120,7 @@ strange states.</p>
 <p> Information about checking out specific dates, <a
 href="../svn.html#tags">working with branches and tags</a>, and
 inspecting the commit logs is available at the <a
-href="http://gcc.gnu.org/wiki/SvnHelp"> SVN Help pages in the GCC
+href="http://gcc.gnu.org/wiki/SvnHelp">SVN Help pages in the GCC
 Wiki</a>.</p>
 
 



More information about the Gcc-patches mailing list