stas 2004/01/23 11:37:29
Modified: src/contribute cvs_howto.pod
Log:
some people forget that they need to chdir to directory of the newly
checked out project
Revision Changes Path
1.3 +9 -1 modperl-docs/src/contribute/cvs_howto.pod
Index: cvs_howto.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/contribute/cvs_howto.pod,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -u -r1.2 -r1.3
--- cvs_howto.pod 16 Jun 2002 12:43:38 -0000 1.2
+++ cvs_howto.pod 23 Jan 2004 19:37:29 -0000 1.3
@@ -34,10 +34,18 @@
(use the password "anoncvs")
+Next you need to checkout the cvs module you want. e.g. one of
+C<modperl-2.0>, C<modperl-docs> or C<modperl>. For example C<modperl>:
+
% cvs -d ":pserver:[EMAIL PROTECTED]:/home/cvspublic" co modperl
After cvs has finished downloading the files you will find a new
-directory called I<modperl> in the current working directory.
+directory called I<modperl> in the current working directory. Now you
+need to chdir into that directory:
+
+ % cd modperl
+
+before you can start changing things.
=head2 keeping your copy up to date
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]