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

Re: renaming a file twice removes file history

From: Stefan Sperling <stsp_at_elego.de>
Date: Fri, 13 Nov 2009 18:36:41 +0100

On Fri, Nov 13, 2009 at 06:19:26PM +0100, Stefan Hett wrote:
> Hi,
>
> thanks for the quick reply. The workaround u described is possible and
> prevents this issue from happening.
> However, I'm just looking for s/o to verify that this is indeed a bug
> and/or whether it is already known before I bother the devs with it. :-)

It works file here without an intermediate commit.
I've tested both with trunk and 1.6.x, same result, see below.

Maybe you're doing something else than what I'm doing below?
If so, please provide a more detailed explanation of your problem,
showing svn commands and output.

$ svn mv alpha alpha2
A alpha2
D alpha
$ svn mv alpha2 alpha3
A alpha3
D alpha2
$ svn ci -mm
Deleting alpha
Adding alpha3

Committed revision 3.

$ svn log -v ^/trunk/alpha3
------------------------------------------------------------------------
r3 | stsp | 2009-11-13 18:32:27 +0100 (Fri, 13 Nov 2009) | 1 line
Changed paths:
   D /trunk/alpha
   A /trunk/alpha3 (from /trunk/alpha:2)

m
------------------------------------------------------------------------
r1 | stsp | 2009-11-13 18:32:14 +0100 (Fri, 13 Nov 2009) | 1 line
Changed paths:
   A /trunk
   A /trunk/alpha
   A /trunk/beta
   A /trunk/epsilon
   A /trunk/epsilon/zeta
   A /trunk/gamma
   A /trunk/gamma/delta

importing project tree

Thanks,
Stefan

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2417662

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-11-13 18:38:20 CET

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

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