How to view all revisions in TortoiseSVN?

2019-04-18 00:34发布

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?

3条回答
我只想做你的唯一
2楼-- · 2019-04-18 00:59

From the command prompt:

svn log
查看更多
走好不送
3楼-- · 2019-04-18 01:00

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

查看更多
走好不送
4楼-- · 2019-04-18 01:02

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

查看更多
登录 后发表回答