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

Re: Does fsfs revprop packing no longer allow usage of traditional backup software?

From: Peter Samuelson <peter_at_p12n.org>
Date: Thu, 30 Jun 2011 15:27:27 -0500

[Ivan Zhakov]
> It should be easy to implement editing revprops without using SQLite:
> in case someone modify revprop non-packed revprop file is created, in
> read operation non-packed revprop file should be considered as more
> up-to-date. In next svnadmin pack operation these non-packed files
> should be merged back to packed one.

+1. This would basically mean there's only _one_ code path for writing
revprops, yes? 'svnadmin pack' gets a little more complex, but the
rest of libsvn_fs_fs gets simpler.

Anyone have time to actually do this? Converting the packed format
from sqlite to the same format used for packed revs would be a bonus.

-- 
Peter Samuelson | org-tld!p12n!peter | http://p12n.org/
Received on 2011-06-30 22:28:04 CEST

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.