Date: Sun, 30 Jun 2013 22:54:32 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42098 - head/en_US.ISO8859-1/articles/committers-guide Message-ID: <201306302254.r5UMsWtJ064490@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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">
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306302254.r5UMsWtJ064490>