From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 773 invoked by alias); 3 Apr 2011 13:00:19 -0000 Received: (qmail 765 invoked by uid 22791); 3 Apr 2011 13:00:18 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,TW_WW X-Spam-Check-By: sourceware.org Received: from relay00.pair.com (HELO relay00.pair.com) (209.68.5.9) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Sun, 03 Apr 2011 13:00:13 +0000 Received: (qmail 10875 invoked from network); 3 Apr 2011 13:00:12 -0000 Received: from 91.186.144.108 (HELO ?192.168.0.129?) (91.186.144.108) by relay00.pair.com with SMTP; 3 Apr 2011 13:00:12 -0000 X-pair-Authenticated: 91.186.144.108 Date: Sun, 03 Apr 2011 13:00:00 -0000 From: Gerald Pfeifer To: Devang S cc: gcc-patches@gcc.gnu.org Subject: Re: [wwwdocs] In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-04/txt/msg00149.txt.bz2 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 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 @@
  1. Set CVS_RSH in your environment to ssh.
  2. -
  3. cvs -qz -d :ext:username@gcc.gnu.org:/cvs/gcc checkout +
  4. cvs -q -d :ext:username@gcc.gnu.org:/cvs/gcc checkout -P wwwdocs where username is your user name at gcc.gnu.org