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

Re: Subversion & Word

From: <cmpilato_at_collab.net>
Date: 2003-03-08 06:15:24 CET

Bruce DeVisser <bmdmail@look.ca> writes:

> Vladimir Prus wrote:
> > > > -- i.e. will this be space-efficient?
>
> > OK, I'll just give it a try, then.
>
> How does one go about determining how much space a new
> revision has used?

Depends on what you're asking.

How many bytes difference exist between the combined size of the
Berkeley DB envonent the moment before the commit begins and moment
after it completes? A little 'ls -l' or 'du -sk' perhaps.

To what size the previous version of a file was compressed after the
new version was committed? That requires some knowledge of the
database schema -- read subversion/libsvn_fs/structure and get real
friendly with Berkeley's 'db_dump -kp'.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Mar 8 06:17:53 2003

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.