tags:

views:

23

answers:

2

I ve used Tortoise svn for some now and what I cant seem to be able to do is find a list of all checking by a username - Does anyone know if that is possible?

A: 

Finding List Of All Checking By User Using TortoiseSVN

I am assuming you mean "check-in"s.

There is no way to filter commits by author in Tortoise that I know of.

However, you can sort by author in the "log" window.

One tool that can do this is StatSVN. See e.g. this demo.

Pekka
How would the log window work? Its a big branch with 50 developers and a lot of commits - I am very suprised this is not available in SVN
ChloeRadshaw
@Chloe you'd list all commits, sort by author, and scroll to the author you want... It's not optimal but the only way I know. This is not really a task for the subversion client IMO. There are 3rd party stats tools that can do this
Pekka
@Chloe I added a link to a 3rd party product that can do this
Pekka
+2  A: 

You can filter by Author in the log window, only showing commits made by that author.

There is a search box in the log window, where you can choose what to search, just choose Author and write the name.

gcores
+1 Ha! I never realized the magnifying glass is a drop-down. Very nice.
Pekka