aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2011-09-27 08:33:46 +0000
committerErwin Lansing <erwin@FreeBSD.org>2011-09-27 08:33:46 +0000
commit2de0a90f786dabf97a2c1f48583287a42f135a9b (patch)
tree1ed7810cfe3935d4776372edf2b5eec5ffc4b3ed /en_US.ISO8859-1
parent9289f538d825c5af38ad12faf86d929a11a794f2 (diff)
downloaddoc-2de0a90f786dabf97a2c1f48583287a42f135a9b.tar.gz
doc-2de0a90f786dabf97a2c1f48583287a42f135a9b.zip
Fix the checkout command so files don't need to be moved around after checkout
Notes
Notes: svn path=/head/; revision=37737
Diffstat (limited to 'en_US.ISO8859-1')
-rw-r--r--en_US.ISO8859-1/articles/portbuild/article.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/en_US.ISO8859-1/articles/portbuild/article.sgml b/en_US.ISO8859-1/articles/portbuild/article.sgml
index 33730774b0..02bbff4f41 100644
--- a/en_US.ISO8859-1/articles/portbuild/article.sgml
+++ b/en_US.ISO8859-1/articles/portbuild/article.sgml
@@ -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>