svn commit: r42098 - head/en_US.ISO8859-1/articles/committers-guide

Eitan Adler eadler at FreeBSD.org
Sun Jun 30 22:54:33 UTC 2013


Author: eadler
Date: Sun Jun 30 22:54:32 2013
New Revision: 42098
URL: http://svnweb.freebsd.org/changeset/doc/42098

Log:
  "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).

Modified:
  head/en_US.ISO8859-1/articles/committers-guide/article.xml

Modified: head/en_US.ISO8859-1/articles/committers-guide/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/committers-guide/article.xml	Sun Jun 30 22:40:48 2013	(r42097)
+++ head/en_US.ISO8859-1/articles/committers-guide/article.xml	Sun Jun 30 22:54:32 2013	(r42098)
@@ -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">


More information about the svn-doc-head mailing list