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 的开始修订号和结束修订号,java 中是否有任何 SDK api 来获取行号更改的更改文件列表列表?我正在使用 TortoiseSVN。谢谢。
简单的怎么办
svn diff -r start_rev:end_rev
它将为您提供这两个修订之间的所有信息,包括它们中间的更改...
您是否正在寻找可以为您提供该范围内所有修订之间更改的详细信息的东西?