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

Re: Move tracking and NODES.moved_to/moved_here

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Tue, 13 Dec 2011 11:44:41 +0000

Philip Martin <philip.martin_at_wandisco.com> writes:

> State 3: after A/B to A/B2 then A to A2
> op_depth local_relpath presence moved_here moved_to
> 0 A normal A2
> 0 A/B normal A2/B

Typo, moved_to should be A2/B2.

> 1 A base-deleted
> 1 A/B base-deleted
> 1 A2 normal 1
> 1 A2/B normal
> 2 A2/B base-deleted
> 2 A2/B2 normal 1
>
> Which of these is correct, A2/B moved_here or not?

In r1213651 I've made A2/B get marked moved_here. So now the states are:

State 1: after A to A2
op_depth local_relpath presence moved_here moved_to
      0 A normal A2
      0 A/B normal
      1 A base-deleted
      1 A/B base-deleted
      1 A2 normal 1
      1 A2/B normal 1

State 1x: after A/B to A/B2
op_depth local_relpath presence moved_here moved_to
      0 A normal
      0 A/B normal A/B2
      2 A/B base-deleted
      2 A/B2 normal 1

State 2: after A to A2 then A2/B to A2/B2
State 3: after A/B to A/B2 then A to A2
op_depth local_relpath presence moved_here moved_to
      0 A normal A2
      0 A/B normal A2/B2
      1 A base-deleted
      1 A/B base-deleted
      1 A2 normal 1
      1 A2/B normal 1
      2 A2/B base-deleted
      2 A2/B2 normal 1

-- 
uberSVN: Apache Subversion Made Easy
http://www.uberSVN.com
Received on 2011-12-13 12:45:19 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.