Tagged Questions
2
votes
2answers
516 views
Does svnadmin pack work on non-upgraded 1.6 repos?
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 ...
1
vote
1answer
200 views
Can/Should I run svnadmin pack on a mirrored repository
We're mirroring a 1.6 repo using svnsync. We run svnadmin pack once a week on the master repo, but I'm wondering if we can or should also run it on the mirrored repository. From what I understand of ...