[RFC] bzr.jrydberg.versionedfile

Johan Rydberg jrydberg at gnu.org
Thu Dec 22 06:46:31 GMT 2005


Goffredo Baroncelli <kreijack at alice.it> writes:

> Only one request: in is possible to insert into the change record
> also the parent_id of the file ( the file_id of the directory which
> contains the file ). So it is possible to extract all the changes
> relateted to files that are in a directory.

I think that can be solved in another, and more correct way; by
splitting the inventory to per-directory, instead of the current flat
model.  This means that to get all the touching revisions for a
directory (including the files within) all you have to do is look 
at the ancestry for the directory.

This will of course need a format bumb, but we are already doing
that.

~j






More information about the bazaar mailing list