This is the mail archive of the gcc@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]

Re: Obsolete installation instructions and inconvenient CVS HOWTO


On Mon, 28 Oct 2002, Reichelt wrote:
> Second, it would be nice if the paragraph about
>   "CVS tags and checkouts"
> in
>   http://gcc.gnu.org/cvs.html
> would mention how to check out the current 3.2-branch instead of the
> 3.0-branch:
>
> "You can check out the latest version of the GCC 3.0 release branch with
> the following command: cvs -z 9 co -rgcc-3_0-branch gcc".

Fixed thusly.

  Provide general instructions on how to check out a release branch.

Gerald

Index: cvs.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/cvs.html,v
retrieving revision 1.79
diff -u -3 -p -r1.79 cvs.html
--- cvs.html	4 Oct 2002 11:57:10 -0000	1.79
+++ cvs.html	28 Oct 2002 13:56:31 -0000
@@ -107,13 +107,15 @@ or the generator files, it is safe to de

 <h3>CVS tags and checkouts</h3>

-<p> You can check out the latest version of the GCC 3.0 release
-branch with the following command:</p>
+<p> You can check out the latest version of the GCC <em>x</em>.<em>y</em>
+release branch with the following command:</p>

-<blockquote><p><code>cvs -z 9 co -rgcc-3_0-branch gcc</code></p></blockquote>
+<blockquote><p>
+<code>cvs -z 9 co -rgcc-<em>x</em>_<em>y</em>-branch gcc</code>
+</p></blockquote>

 <p>By changing the <code>-r</code> argument above you can check out
-particular releases or snapshots or the latest snapshot.  Other tags/branches
+particular releases or snapshots or the latest snapshot.  Tags/branches
 you may want to check out include:</p>

 <ul>


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