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 --with-diffs myfile.txt往常一样输出提交消息+差异的东西。
svn log --with-diffs myfile.txt
升级到 subversion 1.7 然后使用 svn log --diff
http://subversion.apache.org/docs/release-notes/1.7.html