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]

www patch: document rsync and cvsup


Here is some fledgeling cvsup/rsync documentation.
Does this look okay ?

Wed Mar  7 14:38:02 CET 2001	Marc Espie <espie@openbsd.org>
	* index.html: Mention rsync and cvsup.
	* mirrors.html: Mention cvsup.
	* rsync.html: New.
	* cvsup.html: New.

Index: cvsup.html
===================================================================
RCS file: cvsup.html
diff -N cvsup.html
*** /dev/null	Wed Mar  7 14:37:37 2001
--- cvsup.html	Wed Mar  7 14:36:03 2001
***************
*** 0 ****
--- 1,16 ----
+ <html>
+ 
+ <head>
+ <meta name="description" content="CVSup mirrors to the gcc project.">
+ <meta name="keywords" content="CVS, version control, GCC, source, public, repository, mirrors, CVSup">
+ <title>GCC: Accessing the repository through CVSup</title>
+ </head>
+ 
+ <body>
+ <h1 align="center">GCC: Accessing the repository through CVSup</h1>
+ 
+ <p><tt>gcc.gnu.org</tt> does support CVSup, but not for anonymous users.
+ <p>Contact <a href="mailto:law@redhat.com">Jeff Law &lt;law@redhat.com&gt;</a>
+ if you are interested in providing a CVS mirror of the site.
+ </body>
+ </html>
Index: index.html
===================================================================
RCS file: /mirrors/fsf/gcc-cvs/wwwdocs/htdocs/index.html,v
retrieving revision 1.248
diff -c -r1.248 index.html
*** index.html	2001/03/07 00:11:48	1.248
--- index.html	2001/03/07 13:36:12
***************
*** 71,76 ****
--- 71,78 ----
  <A HREF="frontends.html">Front-ends</A><BR>
  <A HREF="extensions.html">Extensions</A><BR>
  <A HREF="cvs.html">CVS read access</A><BR>
+ <A HREF="rsync.html">Rsync read access</A><BR>
+ <A HREF="cvsup.html">CVSup mirrors</A><BR>
  <A HREF="cvswrite.html">CVS write access</A><BR>
  <A HREF="gnatswrite.html">GNATS write access</A><BR>
  </P>
Index: mirrors.html
===================================================================
RCS file: /mirrors/fsf/gcc-cvs/wwwdocs/htdocs/mirrors.html,v
retrieving revision 1.97
diff -c -r1.97 mirrors.html
*** mirrors.html	2001/02/09 09:07:50	1.97
--- mirrors.html	2001/03/07 13:36:59
***************
*** 12,17 ****
--- 12,20 ----
  gcc.gnu.org server is in California in the US.  Please let us know
  if you are mirroring the GCC pages so we can note it here!
  
+ <p>If you want to mirror the whole GCC cvs repository, ask about 
+ <a href="cvsup.html">CVSup access</a>.
+ 
  <ul>
  <li>Australia: <a href="ftp://mirror.aarnet.edu.au/pub/gcc/">mirror.aarnet.edu.au</a>
  <li>Austria: <a href="ftp://gd.tuwien.ac.at/gnu/gcc/">gd.tuwien.ac.at</a>
Index: rsync.html
===================================================================
RCS file: rsync.html
diff -N rsync.html
*** /dev/null	Wed Mar  7 14:37:37 2001
--- rsync.html	Wed Mar  7 14:29:46 2001
***************
*** 0 ****
--- 1,34 ----
+ <html>
+ 
+ <head>
+ <meta name="description" content="Anonymous rsync read-only access to the GCC project.">
+ <meta name="keywords" content="CVS, version control, GCC, source, public, repository, rsync">
+ <title>GCC: Anonymous read-only rsync access</title>
+ </head>
+ 
+ <body>
+ <h1 align="center">GCC: Anonymous read-only rsync access</h1>
+ 
+ <p>In an ongoing effort to accelerate development of GCC and provide an
+ open development environment, we are offering our CVS repository and
+ various other data through anonymous rsync access.
+ 
+ <p>That way you can make local copies of the gcc cvs repository to ease
+ the burden on the gcc main site, and browse the source locally using cvs.
+ 
+ <h2>Using rsync</h2>
+ 
+ <p>If you don't already have rsync, please refer to <a
+ href="http://rsync.samba.org">the rsync home page</a>.
+ 
+ <p>The gcc repository is available at <tt>rsync://gcc.gnu.org/gcc-cvs</tt>.
+ The whole repository does take over 450M of disk space, 
+ which will take a substantial time to transfer.
+ Subsequent synchronisations will be much faster though.
+ 
+ <h2>Using the local repository</h2>
+ Refer to <a href="cvs.html">cvs instructions</a> to check out your local
+ copy of the repository.
+ 
+ </body>
+ </html>


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