- Use the correct argument for svn up vs svn co
This commit is contained in:
parent
25eb21c8c4
commit
4150de2c1d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45902
1 changed files with 1 additions and 1 deletions
|
@ -1162,7 +1162,7 @@ You need a Passphrase to protect your secret key.</screen>
|
|||
|
||||
<screen>&prompt.user; <userinput>svn checkout --depth=immediates svn+ssh://svn.freebsd.org/base</userinput>
|
||||
&prompt.user; <userinput>cd base</userinput>
|
||||
&prompt.user; <userinput>svn update --depth=infinity head</userinput>
|
||||
&prompt.user; <userinput>svn update --set-depth=infinity head</userinput>
|
||||
&prompt.user; <userinput>svn copy head stable/8</userinput>
|
||||
&prompt.user; <userinput>svn commit stable/8</userinput></screen>
|
||||
</sect3>
|
||||
|
|
Loading…
Reference in a new issue