How to view all revisions in TortoiseSVN?

对着背影说爱祢 提交于 2019-12-10 00:40:25

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!