I've been attempting to run svnadmin pack on repos that were originally created with SVN 1.6. However, I see no output to suggest the command is doing anything. Is it the case that shard packing occurs automatically for native 1.6 repos (as opposed to on-demand for upgraded repos)? The output I expect to see is:
$ svnadmin pack /var/svn/repos
Packing shard 0...done.
Packing shard 1...done.
Packing shard 2...done.
…
Packing shard 34...done.
Packing shard 35...done.
Packing shard 36...done.
$
However I'm just seeing:
$ svnadmin pack /var/svn/repos
$
The repo that I'm trying to pack has 16 revisions, and I'm using it as a test repo with a view to packing other repos with > 1000 revs