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]

PATCH: cvs.html


Probably the last one before I go (essentially) off-line for 10 days.

I have installed the following patch that revamps our CVS documentation
page quite a bit. Due to the forthcoming release I'd expect the number
of CVS users to increase quite a bit.

  Synchronize and update <title> and <h1>.  Change "readonly" to
  "read-only". Make web pages linkable and add a link.  Remove double
  quotes from <code> statements.  Change <pre> to <blockquote><code>.
  Restructure CVS related links.

Gerald

Index: cvs.html
===================================================================
RCS file: /egcs/carton/cvsfiles/wwwdocs/htdocs/cvs.html,v
retrieving revision 1.24
diff -r1.24 cvs.html
5c5
< <title> Anonymous read-only CVS access</title>
---
> <title>GCC: Anonymous read-only CVS access</title>
9c9
< <h1>Anonymous read-only CVS access</h1>
---
> <h1 align="center">GCC: Anonymous read-only CVS access</h1>
13c13
< available readonly to the public at large.
---
> available read-only to the public at large.
15,17c15,16
< <p>You'll be able to pick up the latest code whenever you want instead of
< waiting for periodic snapshots.  You'll even be able to check out the
< release branch(es) since they also live in the CVS repository.
---
> <p>That way you can pick up any version of GCC that is in our repository
> (including released) or our <a href="#wwwdocs">web pages</a>.
19,30c18,20
< <p>Also note that you may wish to review the CVS manual which is provided
< in texinfo form in the CVS sources.
< 
< <ul>
<   <li><a href="/cgi-bin/cvsweb.cgi/egcs/">Browse our CVS history
<   online</a> via your web browser.
< 
<   <li><a href="http://www.cyclic.com/">Cyclic Software</a> offers downloads
<   of recent copies of CVS and lots of additional information, like a
<   <a href="http://www.cyclic.com/cvs/doc-blandy.html">reasonably simple
<   introduction</a>.
< </ul>
---
> <p>In addition you can <a
> href="http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/">browse our CVS
> history online</a>.
40c30
< <pre>	:pserver:anoncvs@anoncvs.cygnus.com:/cvs/egcs</pre> 
---
> <blockquote><code>:pserver:anoncvs@anoncvs.cygnus.com:/cvs/egcs</code></blockquote>
43,45c33,35
< <pre>	-d :pserver:anoncvs@anoncvs.cygnus.com:/cvs/egcs</pre>
< in the CVS commands below (place it immediately after <code>"cvs"</code> -- ie
< before any other CVS arguments).
---
> <blockquote<code>-d :pserver:anoncvs@anoncvs.cygnus.com:/cvs/egcs</code></blockquote>
> in the CVS commands below (place it immediately after <code>cvs</code>,
> i.e., before any other CVS arguments).
47,48c37,38
< Issue the command <code>"cvs login"</code>.  You will be prompted for
< a password; reply with <code>"anoncvs"</code>.
---
> Issue the command <code>cvs login</code>.  You will be prompted for
> a password; reply with <code>anoncvs</code>.
51c41
< <pre>	cvs -z 9 co egcs</pre> 
---
> <blockquote><code>cvs -z 9 co egcs</code></blockquote>
53c43
< <pre>	cvs -z 9 co wwwdocs</pre>
---
> <blockquote><code>cvs -z 9 co wwwdocs</code></blockquote>
56c46
< <p>Once you've got the repository checked out `<code>cvs update</code>`
---
> <p>Once you've got the repository checked out <code>cvs update</code>
58c48,51
< additional information on how to use CVS.
---
> additional information on how to use CVS. (Besides downloads of recent
> versions of CVS Cyclic Software also has a <a
> href="http://www.cyclic.com/cvs/doc-blandy.html">reasonably simple
> introduction</a> to CVS.)
68a62
> 
74c68
< <pre>	cvs -z 9 co -rgcc-2_95-branch egcs</pre>
---
> <blockquote><code>cvs -z 9 co -rgcc-2_95-branch egcs</code></blockquote>
76c70
< <p>By changing the <code>"-r"</code> argument above you can check out
---
> <p>By changing the <code>-r</code> argument above you can check out
97c91
< <H2>Web pages</h2>
---
> <h2><a name="wwwdocs">Web pages</a></h2>
101c95
< the compiler itself.  Use `<code>cvs co wwwdocs</code>` to check out
---
> the compiler itself.  Use <code>cvs co wwwdocs</code> to check out
105c99
< <i>Last modified on July 28, 1999.</i>
---
> <i>Last modified on July 29, 1999.</i>



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