diff mbox

[wwwdocs]

Message ID alpine.LNX.2.00.1104031442390.6055@gerinyyl
State New
Headers show

Commit Message

Gerald Pfeifer April 3, 2011, 1 p.m. UTC
On Fri, 1 Apr 2011, Devang S wrote:
> Found a bug on the cvs.html web page. How to start the web page patching
> I followed the instruction on the http://gcc.gnu.org/cvs.html page,
> downloaded the wwwdocs via cvs, validated the web page to be updated.
> Now I want to commit the changes to the repo. But for that I need
> write access(obviously). Please let me know what I need to do to
> commit the changes. Or please can someone do that on my behalf? I can
> let you know the details to be made.

Thanks for the report and suggested patch, Devang.

Looking into this a bit more, I noticed that -z actually only is
used for the classic protocol, whereas when tunnelled through SSH
as is the case here, SSH already should take care of compression,
plus the amount of data here is small, so we can just simplify and
remove this option altogether.  I went ahead and committed the patch
below

As for your other questions, just keep changes coming, and I, or
others depending on the area, will be happy to review and commit
them.

Gerald
diff mbox

Patch

Index: cvs.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/cvs.html,v
retrieving revision 1.219
diff -u -r1.219 cvs.html
--- cvs.html	8 Jan 2011 16:50:20 -0000	1.219
+++ cvs.html	3 Apr 2011 12:42:51 -0000
@@ -21,7 +21,7 @@ 
 
 <ol>
  <li>Set CVS_RSH in your environment to <code>ssh</code>.</li>
- <li><code>cvs -qz -d :ext:<i>username</i>@gcc.gnu.org:/cvs/gcc checkout
+ <li><code>cvs -q -d :ext:<i>username</i>@gcc.gnu.org:/cvs/gcc checkout
 -P wwwdocs</code> where <i>username</i> is your user name at gcc.gnu.org</li>
 </ol>