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

Re: Subversion produces inconsistent base revisions for move operations

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-06-27 19:58:21 CEST

Sukhmeet Toor <toorsukhmeet@gmail.com> writes:

> Notice first that some moves are treated as a DELETE followed
> by an ADD (r9), while some are treated as an ADD followed by a DELETE
> (r4 and r8).

The order of the names in the log message does not imply that one
happens before the other. As far as log is concerned they happen
togther.

> The problem that I'm facing is that in r9, the base
> revision for newdir is 8 while it should have been 4, as it was last
> modified in revision 4 (moved from /dir).

Ever revision number applies to all items in the repository. newdir
might be unchanged between r4 and r8, but that doesn't change the fact
that you copied newdir from the r8 tree.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jun 27 20:02:25 2005

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.