You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Helge Jung <he...@eco-logic-software.de> on 2003/12/01 05:44:02 UTC

Repository statistics

Hi,

I finally got SVN 0.33.1 installed by recompiling and reconfiguring my
apache webserver completely. I now have another question:

Is it possible to retrieve repository statistics from the server? I'd
like to have repository size, total file count, total versioned-files
size, total number of lines and such things. Now I always export a
repository and then get these statistics from that directory structure.
I'd love to give such a command to get the statistics for the specified
revision:

server:/# svn statistics http://myserver/svn/trunk/ -r 123
repository-size: 12034835 bytes
total files count: 2235 files
total file size: 953024 bytes
total number of lines: 60293 lines

Is that possible to implement? Or is it even already implemented and I'm
just to stupid to find it? I tried it with 0.33.1 and wasn't able to
find something like that.

Best regards and thanks for the wonderful tool,
  Helge.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org