Fix the checkout command so files don't need to be moved around after checkout

This commit is contained in:
Erwin Lansing 2011-09-27 08:33:46 +00:00
parent 9289f538d8
commit 2de0a90f78
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=37737

View file

@ -2079,7 +2079,7 @@ ssh_cmd="/usr/local/bin/ssh"
<listitem>
<para>Checkout a <literal>src</literal> tree in the new filesystem:
<screen>cvs -Rq -d /r/ncvs co -r RELENG-<replaceable>branch</replaceable></screen>
<screen>cvs -Rq -d /r/ncvs co -d src-<replaceable>branch</replaceable>-r RELENG_<replaceable>branch</replaceable></screen>
</para>
</listitem>