Subject: Re: Anonymous CVS users please note: modules are being merged
To: Perry E. Metzger <perry@piermont.com>
From: Brian A. Seklecki <lavalamp@spiritual-machines.org>
List: current-users
Date: 12/23/2002 09:08:56
right then...a few docs will need updated.  those that provide instructions
for CVS (basically s/co\ syssrc/checkout\ sys\/syssrc/g).  one example where
CVS instructions are given:

htdocs/Documentation/tune/6.list:

docs/Documentation/tune$ diff -u 6.list.orig  6.list
--- 6.list.orig Mon Dec 23 09:01:07 2002
+++ 6.list      Mon Dec 23 09:03:15 2002
@@ -59,23 +59,23 @@
 kernel.</p>

 <pre>
-cvs co -rnetbsd-1-6 syssrc
+cvs checkout -rnetbsd-1-6 src/syssrc
 </pre>

-<p>The above will checkout the required kernel sources to syssrc/ relative
+<p>The above will checkout the required kernel sources to src/syssrc/ relative
 to the directory the user is in, note the <code>-rnetbsd-1-6</code>, this
 is indicating checkout the kernel sources for <b>NetBSD 1.6</b>. If 1.5
 is the release, the syntax would be:</p>

 <pre>
-cvs co -rnetbsd-1-5-release syssrc
+cvs checkout -rnetbsd-1-5-release src/syssrc
 </pre>

 <p>Last and not least, for tracking <b>-current</b> simply omit the release
 and <b>cvs</b> will default to the latest sources:</p>

 <pre>
-cvs co syssrc
+cvs checkout src/syssrc
 </pre>

 <ENTRY>a2 Configuring the Kernel