public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
* Re: [www-patch] Change sample rsync command in rsync.html
@ 2004-06-04  2:58 Volker Reichelt
  0 siblings, 0 replies; 4+ messages in thread
From: Volker Reichelt @ 2004-06-04  2:58 UTC (permalink / raw)
  To: gerald; +Cc: gcc-patches, overseers

On  3 Jun, Gerald Pfeifer wrote:
> On Tue, 1 Jun 2004, Volker Reichelt wrote:
>> The following patch adds three --exclude options to the sample
>> rsync command in rsync.html to make it work with the latest
>> changes of the repository and to reduce unnecessary load.
>> See http://gcc.gnu.org/ml/gcc/2004-06/msg00043.html
> 
> This looks fine, thanks.
> 
>> The patch also wraps the sample commands in blockquotes and removes
>> the leading shell prompt (to match cvs.html).
> 
> Agreed.  In the mid term, we probably should switch to CSS.
> 
> Gerald

What about Andreas Schwab's suggestion:

> I'd also suggest to remove the --checksum option.  It adds considerable
> load to the process because it forces to read the contents of all files.
> Most of the time the use of timestamps and sizes is good enough.

Does everybody agree with him?

Regards,
Volker


^ permalink raw reply	[flat|nested] 4+ messages in thread
* [www-patch] Change sample rsync command in rsync.html
@ 2004-06-02 14:55 Volker Reichelt
  2004-06-02 15:24 ` Andreas Schwab
  2004-06-03 21:25 ` Gerald Pfeifer
  0 siblings, 2 replies; 4+ messages in thread
From: Volker Reichelt @ 2004-06-02 14:55 UTC (permalink / raw)
  To: gcc-patches; +Cc: overseers

The following patch adds three --exclude options to the sample
rsync command in rsync.html to make it work with the latest
changes of the repository and to reduce unnecessary load.
See http://gcc.gnu.org/ml/gcc/2004-06/msg00043.html

The patch also wraps the sample commands in blockquotes and removes
the leading shell prompt (to match cvs.html).

Checked as valid XHTML.

Ok to commit?

Regards,
Volker


Index: rsync.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/rsync.html,v
retrieving revision 1.9
diff -u -p -r1.9 rsync.html
--- rsync.html	14 Jul 2003 19:39:20 -0000	1.9
+++ rsync.html	1 Jun 2004 21:33:32 -0000
@@ -26,10 +26,12 @@ Subsequent synchronizations will be much
 a smart algorithm to only transfer differences over the network.</p>
 
 <p>Here is how you get a copy of the repository:</p>
-<pre>
- % rsync --archive --delete --checksum --compress \
-         --exclude '#cvs.*' rsync://gcc.gnu.org/gcc-cvs gcc-cvs
-</pre>
+<blockquote><pre>
+rsync --archive --delete --checksum --compress \
+      --exclude '#cvs.*' --exclude 'CVSROOT/config' \
+      --exclude 'CVSROOT/history' --exclude 'CVSROOT/updatelog' \
+      rsync://gcc.gnu.org/gcc-cvs gcc-cvs
+</pre></blockquote>
 <p>The same command can be run periodically to synchronize your copy of
 the repository.</p>
 
@@ -41,9 +43,9 @@ including during the initial phase that 
 <a href="http://rsync.samba.org">rsync.samba.org</a>.</p>
 
 <p>To get a list of available rsync targets, run:</p>
-<pre>
- % rsync rsync://gcc.gnu.org/
-</pre>
+<blockquote><pre>
+rsync rsync://gcc.gnu.org/
+</pre></blockquote>
 
 <p>Other interesting data, such as the GCC ftp directories, is also
 available.</p>
===================================================================


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-06-03 11:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-04  2:58 [www-patch] Change sample rsync command in rsync.html Volker Reichelt
  -- strict thread matches above, loose matches on Subject: below --
2004-06-02 14:55 Volker Reichelt
2004-06-02 15:24 ` Andreas Schwab
2004-06-03 21:25 ` 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).