Is there a way I can see my commit history for a given time period across multiple repositories using TortoiseSVN? It would be nice to be able to see this, and it’s a little cumbersome to get my complete commit history if I’m working in multiple repositories.
Share
If you’re not going to rule out the svn.exe client, you could do:
Do this for every repository, and “my_commits.txt” will contain your commits from every repository. If you don’t have an obscene number of repositories, it’s not a big deal. Further example:
. . . I think you get the idea. Of course you can edit the range as necessary, or write a batch file that accepts arguments to specify repository/range/user, whatever.