[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Minor defect in error detection of "svn move" subcommand

From: Gerco Ballintijn <gerco_at_ballintijn.com>
Date: 2007-02-06 10:48:04 CET

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
Received on Tue Feb 6 22:18:39 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.