Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to get statistics with TortoiseSVN?

Tags:

svn

statistics

People also ask

What TortoiseSVN is used for?

TortoiseSVN is a Subversion client, implemented as a Microsoft Windows shell extension, that helps programmers manage different versions of the source code for their programs. It is free software released under the GNU General Public License.

What is the difference between SVN and TortoiseSVN?

The main difference between SVN and TortoiseSVN is that the SVN is a distributed version control system while TortoiseSVN is an SVN client implemented as a Microsoft Windows shell extension. In brief, SVN is a version control system. On the other hand, TortoiseSVN is a Subversion client.

Is TortoiseSVN free for commercial use?

TortoiseSVN is an Open Source project developed under the GNU General Public License (GPL). It is free to download and free to use, either personally or commercially, on any number of PCs.

Does TortoiseSVN include Subversion?

TortoiseSVN comes with everything you need to access a repository. Only if you want to set up a server then you will need the Subversion package.


You can get basic statistics by using "Show Log..." and then "Statistics" (Button at the bottom IIRC)


TortoiseSVN is not capable of gathering statistics (That I'm aware of).

I have used StatSVN. It can put together graphs and provide all sorts of statistics; including user contributions (Percentage of total changes, lines of code, lines per change) and so-on.


Yes, as detailed in the documentation if you're not too fussy about how much you can drill down into the results