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

Re: Minor defect in error detection of "svn move" subcommand

From: Daniel Rall <dlr_at_collab.net>
Date: 2007-02-06 22:35:52 CET

On Tue, 06 Feb 2007, Gerco Ballintijn wrote:

> 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.

Yeah, this is a defect, and still exists in head. This was fixed for
'copy' as follows:

  r14572 | kfogel | 2005-05-03 12:44:28 -0700 (Tue, 03 May 2005) | 29 lines
  
  Fix issue #2285: Non-commit operations should error if given a log message.
  Thanks to Peter Lundblad and Julian Foad for feedback.

  • application/pgp-signature attachment: stored
Received on Tue Feb 6 22:36:01 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.