public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [wwwdocs] Update and simplify rsync.html
@ 2008-10-04 13:46 Gerald Pfeifer
  0 siblings, 0 replies; only message in thread
From: Gerald Pfeifer @ 2008-10-04 13:46 UTC (permalink / raw)
  To: gcc-patches

Installed.

Gerald

Index: rsync.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/rsync.html,v
retrieving revision 1.15
diff -u -3 -p -r1.15 rsync.html
--- rsync.html	18 Jun 2007 19:06:31 -0000	1.15
+++ rsync.html	4 Oct 2008 12:26:41 -0000
@@ -9,13 +9,11 @@
 <body>
 <h1>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 SVN repository and
-various other data through anonymous rsync access.</p>
+<p>We are offering our SVN repository and various other data like our FTP
+site through anonymous <a href="http://rsync.samba.org">rsync</a>.</p>
 
 <p>That way you can make local copies of the GCC SVN repository to ease
-the burden on the GCC main site, and browse the source locally using
-<code>svn</code>.</p>
+the burden on the GCC main site, and browse the source locally.</p>
 
 <h2>Using rsync</h2>
 
@@ -27,8 +25,7 @@ a smart algorithm to only transfer diffe
 
 <p>Here is how you get a copy of the repository:</p>
 <blockquote><pre>
-rsync --archive --delete --compress \
-      rsync://gcc.gnu.org/gcc-svn gcc-svn
+rsync --archive --delete --compress rsync://gcc.gnu.org/gcc-svn gcc-svn
 </pre></blockquote>
 <p>The same command can be run periodically to synchronize your copy of
 the repository.</p>
@@ -37,16 +34,11 @@ the repository.</p>
 <code>--verbose</code> and <code>--progress</code> to provide feedback,
 including during the initial phase that is otherwise silent.</p>
 
-<p>You can get rsync from its home page, 
-<a href="http://rsync.samba.org">rsync.samba.org</a>.</p>
-
 <p>To get a list of available rsync targets, run:</p>
 <blockquote><pre>
 rsync rsync://gcc.gnu.org/
 </pre></blockquote>
 
-<p>Other interesting data, such as the GCC ftp directories, is also
-available.</p>
 
 <h2>Using the local repository</h2>
 <p>Refer to <a href="svn.html">SVN instructions</a> to check out your

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-10-04 12:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-04 13:46 [wwwdocs] Update and simplify rsync.html Gerald Pfeifer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).