Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Finding List Of All Checkin's By User Using TortoiseSVN

Tags:

svn

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?

like image 335
Jack Kada Avatar asked Oct 07 '10 12:10

Jack Kada


People also ask

How do I see all commits in svn?

If you're using TortoiseSVN (on windows), then you can use the "Show log" function to see a list of all commits. In this dialog you can also open some statistics/graphs such as "number of commits per week" (for each user). Save this answer.

How do I find my username on TortoiseSVN?

Go to the saved password directory ( *c:\Users\USERNAME\AppData\Roaming\Subversion\auth\svn. simple\* ) You will find several files in this folder (named with hash value) Find the file which contains the username "user1", which you want to change (open it with Notepad).

Where does TortoiseSVN store passwords?

The checkbox will make TortoiseSVN store the credentials in Subversion's default directory: %APPDATA%\Subversion\auth in three subdirectories: svn. simple contains credentials for basic authentication (username/password).

How do I access TortoiseSVN from command line?

Locate TortoiseSVN and click on it. Select "Change" from the options available. Refer to this image for further steps. After completion of the command line client tools, open a command prompt and type svn help to check the successful install.


1 Answers

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.

like image 84
gcores Avatar answered Oct 03 '22 13:10

gcores