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] version of subversion


I have a machine with svn 1.0.9 installed so the version
question presented itself.  Checkout and gcc_update works for
that version, at least.  The "why" and "how" of earlier versions
down to 1.0.0 I'll have to direct to Danny B who kindly answered
the generalized "how low can you go" question.

I guess the wording could be improved but right now I don't know
better.

:ADDPATCH wwwdocs:

Ok to commit?

Index: svn.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v
retrieving revision 1.7
diff -p -u -r1.7 svn.html
--- svn.html	1 Nov 2005 18:01:05 -0000	1.7
+++ svn.html	4 Nov 2005 16:10:00 -0000
@@ -35,8 +35,9 @@ using the directions for <a href="cvs.ht
 
 <h2>Using the SVN repository</h2>
 
-<p>Assuming you have <a href="http://subversion.tigris.org/";>Subversion</a>
-installed, you can check out the GCC sources using the following command:</p>
+<p>Assuming you have a version above and including 1.0.0 of
+<a href="http://subversion.tigris.org/";>Subversion</a> installed, you can
+check out the GCC sources using the following command:</p>
 
 <blockquote><p>
 <code>svn -q checkout svn://gcc.gnu.org/svn/gcc/trunk gcc</code>


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