From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2405 invoked by alias); 1 Apr 2011 07:28:03 -0000 Received: (qmail 2388 invoked by uid 22791); 1 Apr 2011 07:28:00 -0000 X-SWARE-Spam-Status: No, hits=1.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HK_OBFDOM,RCVD_IN_DNSWL_LOW,TW_WW,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-fx0-f47.google.com (HELO mail-fx0-f47.google.com) (209.85.161.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 01 Apr 2011 07:27:55 +0000 Received: by fxm19 with SMTP id 19so2786794fxm.20 for ; Fri, 01 Apr 2011 00:27:53 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.106.76 with SMTP id w12mr1205967fao.104.1301642873714; Fri, 01 Apr 2011 00:27:53 -0700 (PDT) Received: by 10.223.125.208 with HTTP; Fri, 1 Apr 2011 00:27:53 -0700 (PDT) In-Reply-To: References: Date: Fri, 01 Apr 2011 07:28:00 -0000 Message-ID: Subject: Re: [wwwdocs] From: Devang S To: gcc-patches@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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/msg00014.txt.bz2 Background/Test: The cvs command needs to know the compression level while using the -z option. Hence we need to provide compression level for network traffic ranging from 0 to 9. 0 for default. This value for -z command is not mentioned in the 2nd step. Hence it gives error. On Fri, Apr 1, 2011 at 12:47 PM, 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. > > > Changelog: > > Index: wwwdocs/htdocs/cvs.html > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /cvs/gcc/wwwdocs/htdocs/cvs.html,v > retrieving revision 1.219 > diff -u -3 -r1.219 cvs.html > --- wwwdocs/htdocs/cvs.html=A0=A0=A0 8 Jan 2011 16:50:20 -0000=A0=A0=A0 1= .219 > +++ wwwdocs/htdocs/cvs.html=A0=A0=A0 1 Apr 2011 07:01:58 -0000 > @@ -1,5 +1,6 @@ > =A0 > > + > =A0 > =A0 > =A0 public, repository" /> > @@ -21,7 +22,7 @@ > > =A0
    > =A0
  1. Set CVS_RSH in your environment to ssh.
  2. > -
  3. cvs -qz -d :ext:username@gcc.gnu.org:/cvs/gcc checkout > +
  4. cvs -qz 0 -d :ext:username@gcc.gnu.org:/cvs/gcc checko= ut > =A0-P wwwdocs where username is your user name at gcc.gnu.o= rg
  5. > =A0
> > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > > > -- > Cheers, > Devang S > http://celeritas9.wordpress.com -- Thanks, Devang S http://celeritas9.wordpress.com