Package: www.debian.org Tags: patch The following patch fixes $subject.
Index: english/devel/website/using_cvs.wml =================================================================== RCS file: /cvs/webwml/webwml/english/devel/website/using_cvs.wml,v retrieving revision 1.4 diff -u -r1.4 using_cvs.wml --- english/devel/website/using_cvs.wml 2001/11/17 18:57:08 1.4 +++ english/devel/website/using_cvs.wml 2001/11/17 20:41:52 @@ -35,7 +35,7 @@ <P>To check out a copy of the wml files on your local machine, you need to use <pre> - cvs -d :pserver:[EMAIL PROTECTED]:/cvs/webwml checkout webwml/<lang> + cvs -d :pserver:[EMAIL PROTECTED]:/cvs/webwml checkout webwml/<lang> webwml/Makefile.common webwml/.wmlrc webwml/touch_translations.pl webwml/Perl </pre> <p>where <code><lang></code> is the language you want. You will @@ -44,13 +44,13 @@ those needed, e.g. <pre> - cvs -d :pserver:[EMAIL PROTECTED]:/cvs/webwml checkout webwml/english/doc + cvs -d :pserver:[EMAIL PROTECTED]:/cvs/webwml checkout webwml/english/doc webwml/Makefile.common webwml/.wmlrc webwml/touch_translations.pl webwml/Perl </pre> <p>If you have been given a username/password, insert it instead of anonymous <pre> - cvs -d :pserver:[EMAIL PROTECTED]:/cvs/webwml checkout webwml/english/doc + cvs -d :pserver:[EMAIL PROTECTED]:/cvs/webwml checkout webwml/english/doc webwml/Makefile.common webwml/.wmlrc webwml/touch_translations.pl webwml/Perl </pre> <P>From then on, you will not need to use the <code>'-d :pserver:...'</code> @@ -114,7 +114,7 @@ checkout the repository using the following: <pre> - cvs -d :ext:<var>account_name</var>@cvs.debian.org:/cvs/webwml checkout webwml/english/ + cvs -d :ext:<var>account_name</var>@cvs.debian.org:/cvs/webwml checkout webwml/english/ webwml/Makefile.common webwml/.wmlrc webwml/touch_translations.pl webwml/Perl </pre> <p>Once you have checked out the repository everything else works as in the

