I would like to analyze and document one of our svn repositories. I am looking for the best tool that will make a report based on the log of the svn repository for each revision number tag, branch, etc. Is there any free/paid tool available for this?
|
2
|
|||
|
|
|
G'day, You might like to check out the "Best SVN Tools" question. |
||
|
|
|
|
You can dump the commit log data in an XML file and then process it further with XSLT to generate a report:
|
||
|
|
|
|
With TortoiseSVN you can create a sparse checkout of the entire repository, then right-click the working copy folder and click Revision graph to get a graphical representation. |
||
|
|
|
|
Have you considered
It includes reports for things like:
Another worth considering is |
||
|
|
