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]

Re: www patch: document rsync and cvsup


On Wed, Mar 07, 2001 at 03:00:03PM +0100, Gerald Pfeifer wrote:
> On Wed, 7 Mar 2001, Marc Espie wrote:
> > Here is some fledgeling cvsup/rsync documentation.
> 
> How did you know that I was going to ask you the favor to craft something?
> :-)
> 
> Thanks a lot; I just have a few minor comments. (In some cases I only
> mention a change once, though of course it applies to all occurrences.)
> 
> What do you think about simply adding the CVSup information to the CVS
> page (as opposed to creating a new cvsup.html page)? I'm somewhat in favor
> of this, but if you strongly prefer otherwise, that's also fine with me.

I'm an optimist. I am assuming that, sometimes in the future, cvsup mirrors
are going to show up, so let's reserve the place right now. Also, this
makes the cvsup information more prominent.


> > + <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.
> 
> I believe this should read "overseers@gcc.gnu.org" instead of Jeff? Jeff
> is one of the overseers, but we should try to reduce his workload. ;-)

Jeff kind-of volunteered to provide cvsup access for people who wanted it
in a previous email, so I'm kind-of following his instructions. Jeff ?
It's your call: law@redhat.com, or overseers@gcc.gnu.org ?

Fixed up patch, hope I didn't miss anything.

Index: cvsup.html
===================================================================
RCS file: cvsup.html
diff -N cvsup.html
*** /dev/null	Wed Mar  7 15:05:42 2001
--- cvsup.html	Wed Mar  7 15:04:41 2001
***************
*** 0 ****
--- 1,18 ----
+ <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><code>gcc.gnu.org</code> does support CVSup, but not for anonymous
+ users.</p>
+ 
+ <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.</p>
+ </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 14:03:05
***************
*** 10,16 ****
  
  <p>These sites mirror the GCC ftp directory directly.  The official
  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!
  
  <ul>
  <li>Australia: <a href="ftp://mirror.aarnet.edu.au/pub/gcc/">mirror.aarnet.edu.au</a>
--- 10,19 ----
  
  <p>These sites mirror the GCC ftp directory directly.  The official
  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>
! 
! <p>If you want to mirror the whole GCC CVS repository, ask about 
! <a href="cvsup.html">CVSup access</a>.</p>
  
  <ul>
  <li>Australia: <a href="ftp://mirror.aarnet.edu.au/pub/gcc/">mirror.aarnet.edu.au</a>
Index: rsync.html
===================================================================
RCS file: rsync.html
diff -N rsync.html
*** /dev/null	Wed Mar  7 15:05:42 2001
--- rsync.html	Wed Mar  7 15:05:13 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>
+ 
+ <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.</p>
+ 
+ <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>
+ 
+ <p>The GCC repository is available at <code>rsync://gcc.gnu.org/gcc-cvs</code>.
+ 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.</p>
+ 
+ <h2>Using the local repository</h2>
+ <p>Refer to <a href="cvs.html">CVS instructions</a> to check out your local
+ copy of the repository.</p>
+ 
+ </body>
+ </html>


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