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?
To find information about the history of a file or directory, use the svn log command. svn log will provide you with a record of who made changes to a file or directory, at what revision it changed, the time and date of that revision, and, if it was provided, the log message that accompanied the commit.
Right click on the selected revision(s), then select Context Menu → Revert changes from this revision. Or if you want to make an earlier revision the new HEAD revision, right click on the selected revision, then select Context Menu → Revert to this revision. This will discard all changes after the selected revision.
"svn info --show-item revision" will give the current revision to which the current directory is updated.
If you want to see the difference between the last committed revision and your working copy, assuming that the working copy hasn't been modified, just right click on the file. Then select TortoiseSVN → Diff with previous version.
You must perform this at the root folder of you Repository.
Include merged revisions
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.
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With