This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Web: Downloading gcj
- From: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- To: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Cc: java at gcc dot gnu dot org, gcc at gcc dot gnu dot org
- Date: Sat, 15 Dec 2001 15:32:28 +1300
- Subject: Re: Web: Downloading gcj
- References: <Pine.BSF.4.43.0112141649050.38316-100000@naos.dbai.tuwien.ac.at>
Gerald Pfeifer wrote:
>I'd really like to see this redundance removed. How about simply
>removing the entire section "cvs" from that page or just linking
>to http://gcc.gnu.org/cvs.html instead?
>
OK, fixed with this patch. I think it would be nice if cvs.html were a
bit more concise/easy-to-follow itself though ;-)
regards
Bryce.
2001-12-15 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
* download.html: Remove CVS instructions, point to GCC CVS page
instead.
Index: download.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/download.html,v
retrieving revision 1.30
diff -u -r1.30 download.html
--- download.html 2001/11/12 06:06:30 1.30
+++ download.html 2001/12/15 02:24:20
@@ -71,28 +71,13 @@
<h3><a name=cvs>cvs</a></h3>
-The easiest way to get GCJ is to check it out from the GCC cvs
-repository. Here's how perform an anonymous <A
-HREF="http://gcc.gnu.org/cvs.html">read-only</A> CVS access:
+The easiest way to get GCJ (and keep it up to date) is to check it out
from
+the GCC cvs repository. Follow the links below for instructions:
-<small>
-<pre>
-cvs -d:pserver:anoncvs@gcc.gnu.org:/cvs/gcc login
- (password is ``anoncvs'')
-cvs -z9 -d:pserver:anoncvs@gcc.gnu.org:/cvs/gcc co gcc
-</pre>
-</small>
-<p>
-
-Here's how to perform a <A HREF="http://gcc.gnu.org/cvswrite.html">
-read-write</A> CVS access, provided that you're were given a account
-on <tt>gcc.gnu.org</tt>:
-
-<small>
-<pre>
-cvs -z 9 -d :ext:username@gcc.gnu.org:/cvs/gcc co gcc
-</pre>
-</small>
+<ul>
+<li><A HREF="http://gcc.gnu.org/cvs.html">read-only (anonymous) CVS
access</A></li>
+<li><A HREF="http://gcc.gnu.org/cvswrite.html">read-write CVS
access</A></li>
+</ul>
<h3>cvsweb</h3>