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

Re: Copy node vs copy property (was Re: CVS update ...)

From: Jim Blandy <jimb_at_zwingli.cygnus.com>
Date: 2001-03-14 18:39:51 CET

Greg Hudson <ghudson@MIT.EDU> writes:
> > In short, you also add fs revision number to property which
> > indicates when it is copied.
>
> It occurs to me that a node-revision can only be a copy of its
> immediate predecessor. Storing the path/rev of the revision copied
> from provides enough information to determine the copy history of a
> node, even if you leave the properties around indefinitely.
>
> (In other words, 100.3 can be a copy of some rev/path which refers to
> 100.2, but successors of 100.3 cannot be a copy of the same rev/path,
> since a copy of the same rev/path would become 100.2.1.1 or some other
> successor of 100.2.)

Ah hah! As I said, I was waiting for someone to be clever.

So, when we find some node revision C with a copy property (REV,
PATH), then we look up PATH in REV to find the original, some node
revision O. If C is not an immediate successor of O, then the copy
property doesn't apply to C.
Received on Sat Oct 21 14:36:25 2006

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.