diff mbox

[wwwdocs]

Message ID AANLkTinThhGOYmY8jCwuDk=8Fdo02Bwau6JD8wFoiX7M@mail.gmail.com
State New
Headers show

Commit Message

Devang S April 1, 2011, 7:17 a.m. UTC
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:

public, repository" />
@@ -21,7 +22,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 -qz 0 -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>

===================================================================



--
Cheers,
Devang S
http://celeritas9.wordpress.com

Comments

Devang S April 1, 2011, 7:27 a.m. UTC | #1
Background/Test:

The cvs command <cvs -qz -d :ext:username@gcc.gnu.org:/cvs/gcc
checkout -P wwwdocs> 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 <devang221129@gmail.com> 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
> ===================================================================
> RCS file: /cvs/gcc/wwwdocs/htdocs/cvs.html,v
> retrieving revision 1.219
> diff -u -3 -r1.219 cvs.html
> --- wwwdocs/htdocs/cvs.html    8 Jan 2011 16:50:20 -0000    1.219
> +++ wwwdocs/htdocs/cvs.html    1 Apr 2011 07:01:58 -0000
> @@ -1,5 +1,6 @@
>  <html>
>
> +
>  <head>
>  <meta name="description" content="Access to the GCC web pages via CVS" />
>  <meta name="keywords" content="CVS, version control, GCC, source,
> public, repository" />
> @@ -21,7 +22,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 -qz 0 -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>
>
> ===================================================================
>
>
>
> --
> Cheers,
> Devang S
> http://celeritas9.wordpress.com



--
Thanks,
Devang S
http://celeritas9.wordpress.com
diff mbox

Patch

Index: wwwdocs/htdocs/cvs.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/cvs.html,v
retrieving revision 1.219
diff -u -3 -r1.219 cvs.html
--- wwwdocs/htdocs/cvs.html    8 Jan 2011 16:50:20 -0000    1.219
+++ wwwdocs/htdocs/cvs.html    1 Apr 2011 07:01:58 -0000
@@ -1,5 +1,6 @@ 
 <html>

+
 <head>
 <meta name="description" content="Access to the GCC web pages via CVS" />
 <meta name="keywords" content="CVS, version control, GCC, source,