Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我开始使用 TortoiseSVN,我需要进行最后 10 次修改。我尝试阅读有关如何过滤的手册,但没有运气。
有什么建议吗?
在 TortoiseSVN 中你可以使用Show log菜单,它会打开一个新窗口。
在该窗口的底部,单击Show All按钮并选择Show range...,然后您可以选择要查看其日志的修订范围。
您还可以svn像这样使用命令行客户端:
svn
svn log https://path/to/your/repo -rHEAD:0 -l 10
在哪里-l代表--limit
-l
--limit