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

Reply via email to