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.
做类似的事情svn log -l5 -v会给我一个我所在目录的最后 5 次提交的日志,但它会跳过一些修订号。无论您执行的位置如何,有没有办法按顺序获取所有修订svn log?
svn log -l5 -v
svn log
您需要在存储库的根 URL 上执行此操作,您可以使用svn info.
svn info
svn log -l5 -v <root URL>