Search code examples
svntortoisesvnlogging

How to view all revisions in TortoiseSVN?


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?


Solution

  • 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.

    enter image description here

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

    enter image description here