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

Re: Rep sharing and circular deltas

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: Thu, 27 Mar 2008 16:33:25 -0400

Hyrum K. Wright wrote:
> Also, now that I think about it, does this break the "most recent
> node-revision is full text" characteristic of the BDB backend? Does it
> matter?

I'm not sure that was a major feature of the BDB backend design. A
side-effect, sure, but not something we were banking on. Consider the way
branches work today. If you copy /trunk to some branch and start committing
on a file on the branch, that file's representation on /trunk will no longer
be fulltext (because while it is at the tip of /trunk, it *also* is in the
non-tip lineage of its branch location). So, it was never the case that
HEAD was necessarily all fulltexts. The most recent node-revision in a line
of history, yes, but who knows where that might be path-wise.

-- 
C. Michael Pilato <cmpilato_at_collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

Received on 2008-03-27 21:33:45 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.