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

RE: [PATCH] Fix for 1003, and URL stability

From: Bill Tutt <billtut_at_microsoft.com>
Date: 2002-11-25 23:21:05 CET

Mike wrote:
> Another concern was mentioned by Ben, and I think I echo the same
> concern. Namely, are the additional `changes' table items for
> bubble-up directories a necessity or an optimization? If they are an
> optimization, I'd like to discuss whether that optimization outweighs
> the costs: a one-time dump/load cycle requirement, but then a
> tremendous bloat in the size of the changes table itself.

As near as I can tell atm, it's a necessity. get_id_path can't make up data that doesn't exist in the change table. Additionally, get_id_path can't do a substring compare on the paths it does locate because that's the whole point in calling get_id_path. i.e. to get the offical committed path of a NodeRevision, and not to guess at what it was.

Bill
Received on Mon Nov 25 23:24:24 2002

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.