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] svn.html -- tweaks


Minor tweaks and a bit more on svn checkout.

Installed.

Gerald

Index: svn.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v
retrieving revision 1.8
diff -u -3 -p -r1.8 svn.html
--- svn.html	12 Nov 2005 01:01:55 -0000	1.8
+++ svn.html	14 Nov 2005 23:33:56 -0000
@@ -13,8 +13,8 @@
 <body>
 <h1>GCC: Anonymous read-only SVN access</h1>
 
-<p>We are making our SVN source repository available read-only to the
-public at large.</p>
+<p>Our SVN source repository is available read-only to the public at
+large.</p>
 
 <p>That way you can pick up any version (including releases) of GCC that
 is in our repository or our <a href="#wwwdocs">web pages</a>.</p>
@@ -42,6 +42,10 @@ installed, you can check out the GCC sou
 <code>svn -q checkout svn://gcc.gnu.org/svn/gcc/trunk gcc</code>
 </p></blockquote>
 
+<p>(The option <code>-q</code> above is optional and instructs SVN to
+print as little as possible.  You can abbreviate <code>checkout</code>
+as <code>co</code>.)</p>
+
 <!-- Comment out till savannah gets back to us (see above)
 <p>In case of problems with the repository at savannah.gnu.org please
 contact savannah-hackers@gnu.org.</p> -->
@@ -95,7 +99,7 @@ or the generator files, it is safe to de
 <code>svn update</code> again to get a new copy.</p>
 
 
-<h2>svn tags, branches and checkouts</h2>
+<h2>SVN tags, branches and checkouts</h2>
 
 <p> You can check out the latest version of the GCC <em>x</em>.<em>y</em>
 release branch with the following command:</p>


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