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

Re: svnadmin info command was: svn commit: r1464089 - /subversion/branches/fsfs-format7/BRANCH-README

From: Daniel Shahaf <danielsh_at_elego.de>
Date: Thu, 4 Apr 2013 14:45:30 +0300

Stefan Fuhrmann wrote on Thu, Apr 04, 2013 at 12:00:44 +0200:
> Maybe, we can display the last packed rev plus an estimate
> of how many files will get saved by running svnadmin pack.

FWIW, as an admin I'm also interested in the size of those files, since
packing a 1GB shard on filesystem with snapshots would mean that shard
now requires 2GB of storage.

But, sure, we could provide

   ffd->min_unpacked_rev / ffd->shard_size
and
   (ffd->youngest_rev_cache+1) / ffd->shard_size
and
   ffd->shard_size
Received on 2013-04-04 13:46:39 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.