Best way to search across revisions
From: Troy Bull <troy.bull_at_gmail.com>
Date: Mon, 25 Feb 2008 12:48:46 -0600
Greetings
I wanted to create a report for management on our Repository. I
svn ls -r # --verbose file://repo
where # goes from 0 to the svnlook youngest for each repository
This turns out to be VERY VERY slow, some of our repositories it was
So, I decided to try something else.
I did the following (in perl)
open FL, "/usr/local/bin/svnadmin dump -r $rev --incremental $r 2>/dev/null |";
where $rev is the revision and $r is the repository, then I filter the
Then I keep track of count of each type, size of each type, and user
Does anyone know of a better way to do this?
Thanks
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.