Now the history is mixed,how can I filter by user ?

link|improve this question

14% accept rate
2  
What operating system are you using? TortoiseSVN on Windows will let you do this... – Mokubai Apr 13 '11 at 14:55
feedback

1 Answer

Here's how to do it using TortoiseSVN on Windows:

Right click your repository and you should have a menu like the following, in the TortoiseSVN submenu at the top you have "Show log" like this:

enter image description here

Clicking that will get you the log window where you can get all the information you want.

  1. Click "Show All" at the bottom to get the entire log for the repository.
  2. Click the Magnifying glass icon and select "Authors" in the dropdown.
  3. Fill in your username and press enter.

enter image description here

For me this shows only my actions on that repository when I put in my username.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.