Fix source path in two 'svn cp' examples.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
2fad27b2f0
commit
b822c110b8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50120
2 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@
|
|||
repository root. To create the new &branch.stablex; branch
|
||||
in Subversion:</para>
|
||||
|
||||
<screen>&prompt.user; <userinput>svn cp head &branch.stablex;</userinput></screen>
|
||||
<screen>&prompt.user; <userinput>svn cp ^/head &branch.stablex;</userinput></screen>
|
||||
|
||||
<para>Once the &branch.stablex; branch has been committed, make
|
||||
the following edits:</para>
|
||||
|
|
|
@ -97,7 +97,7 @@
|
|||
paths listed below are relative to the repository root. The
|
||||
order of commits and what to change are:</para>
|
||||
|
||||
<screen>&prompt.user; <userinput>svn cp &branch.stablex; &branch.relengx;</userinput></screen>
|
||||
<screen>&prompt.user; <userinput>svn cp ^/&branch.stablex; &branch.relengx;</userinput></screen>
|
||||
|
||||
<informaltable frame="none" pgwide="0">
|
||||
<tgroup cols="2">
|
||||
|
|
Loading…
Reference in a new issue