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

Re: svn commit: r18804 - in branches/fs-atomic-renames/subversion: libsvn_fs_base tests/libsvn_fs

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-03-11 01:18:54 CET

On 3/10/06, Garrett Rooney <rooneg@electricjellyfish.net> wrote:

> > Perhaps the 'move' items in the "copies" table should grow destination
> > paths? We could start storing them for new copies too, so that
> > determining the target of a copy can be done in one step (if that path
> > is available, of course) instead of looking up the target node-rev-id in
> > the nodes table and reading its committed-path.
>
> That sounds like it should work. I'll look into doing it that way today.

See r18840. Unfortunately I also found another problem, we can't just
assume that the source rev for the node is it's origin, it breaks down
when a node is moved more than once. I'm going to look into pulling
the same trick, storing enough info in the copy record to figure it
out.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Mar 11 01:19:09 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.