You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Gerco Ballintijn <ge...@ballintijn.com> on 2007/02/04 18:52:53 UTC

Minor defect in error detection of "svn move" subcommand

I ran across the following, which I suspect is a defect.

   $ svn copy -m "" dir1 dir3
   svn: Local, non-commit operations do not take a log message
   $ svn copy -F foo dir2 dir4
   svn: Local, non-commit operations do not take a log message
   $ svn move -m "" dir1 dir3
   A         dir3
   D         dir1
   $ svn move -F foo dir2 dir4
   A         dir4
   D         dir2

I assume the WC2WC-copy and the WC2WC-move subcommand should
give the same error message.

Gerco.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org