"svn move" is not identical to "svn copy, svn remove" since 1.8.

In particular, the move is recorded within the working copy (although not on the server).
This commit is contained in:
Eitan Adler 2013-06-30 22:54:32 +00:00
parent db8f4d5914
commit 4255d4b1d6
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42098

View file

@ -857,11 +857,6 @@
<para>To move and rename a file:</para>
<screen>&prompt.user; <userinput>svn move <replaceable>foo.c</replaceable> <replaceable>bar.c</replaceable></userinput></screen>
<para>The above command is the exact equivalent of:</para>
<screen>&prompt.user; <userinput>svn copy <replaceable>foo.c</replaceable> <replaceable>bar.c</replaceable></userinput>
&prompt.user; <userinput>svn remove <replaceable>foo.c</replaceable></userinput></screen>
</sect3>
<sect3 id="svn-daily-use-log-and-annotate">