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

Re: svn commit: r1434913 - /subversion/trunk/subversion/libsvn_wc/wc_db.c

From: Ben Reser <ben_at_reser.org>
Date: Fri, 18 Jan 2013 09:42:00 -0800

On Fri, Jan 18, 2013 at 8:01 AM, Stefan Sperling <stsp_at_elego.de> wrote:
> svn mv A B
> svn mv B A
>
> is a no-op, and the sequence:
>
> svn mv A B
> # make changes in B
> svn mv B A
>
> results in the equivalent of:
>
> # make changes in A
>
> I'm considering trying to work on this soon.

+1, this is the only sensible thing for us to do here. Showing as
replaced in 1.7 was already questionable. Showing the move
annotations just looks horrid.
Received on 2013-01-18 18:42:39 CET

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.