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
2010-10-07 12:39:20
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
2010-10-07 12:42:25
@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
2010-10-07 12:45:16
@Chloe I added a link to a 3rd party product that can do this
Pekka
2010-10-07 12:48:56
+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
2010-10-07 12:50:22