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