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

Re: [RFC] Implementing obliterate as a node-rev-id blacklist

From: Branko Čibej <brane_at_xbc.nu>
Date: Sat, 12 Dec 2009 13:36:20 +0100

Philip Martin wrote:
> One feature that could be viewed as either an advantage or a
> disadvantage is that obliteration could even be reversible. Removing
> a blacklisted node-rev-id from the blacklist would "unobliterate" it.
>

I think what you describe is more like a repos-level path+revision-based
authorization system. Which IMHO is a good thing to have, and could be
used as an alternative to obliterate where actual space reclamation is
not an issue. But don't think this would be a much quicker way to
acheive what Julian is already doing at the txn level; for one thing,
the "storage provided by the FS layer" bit sounds simple, but implies an
FS version change which is always less than trivial to deal with. The
beauty of Julian's transaction-based obliteration is that it doesn't
require any change in the FS schema (even though it will be quite hairy
to do in FSFS which is mostly write-once).

-- Brane
Received on 2009-12-12 13:36:54 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.