Is it possible to analyze the size of a SubVersion repository?
Posted
by BrianH
on Super User
See other posts from Super User
or by BrianH
Published on 2010-04-26T16:40:30Z
Indexed on
2010/04/26
16:43 UTC
Read the original article
Hit count: 180
svn
Is it possible to know how much disk space each project in a SubVersion repository is using?
I can check out a working copy of each project and look at the size each project takes up, but I don't think that encompasses the total size of the project (all revisions).
I can look under the "db" directory of the repository, but none of the files in there make sense - I don't think it is possible to use them to figure out how much space each project occupies.
I tried the svn ls --verbose
command, but the size that it gives me is just the size of the actual files in the head revision, I don't think it includes all revisions.
Maybe this isn't possible, but I thought I would ask.
Thanks in advance!
© Super User or respective owner