Fix the checkout command so files don't need to be moved around after checkout
This commit is contained in:
parent
9289f538d8
commit
2de0a90f78
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=37737
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue