问题
The TortoiseSVN "Show Log" option filters the revisions by date. It's cumbersome to alter those dates manually. How to view all revisions with minimal hassle?
回答1:
You must perform this at the root folder of you Repository.
- Uncheck `Stop on copy/rename
- Check
Include merged revisions
- At the bottom of the show Log dialog box, press the
show all
button.
Doing that will set the date range for you also.

Depending on the size of your repository this may take awhile. But you will get a list of every single revision this way.

回答2:
I'm really sorry but did you try to click Show All button? Or I misunderstood something
Also you may change the amount of revisions which will be showed at the beginning: Settings --> General --> Dialogs 1 --> Default number of messages
回答3:
From the command prompt:
svn log
来源:https://stackoverflow.com/questions/8186468/how-to-view-all-revisions-in-tortoisesvn