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
これらの 2 つのリビジョン間の変更を含むすべての情報が表示されます...
範囲内のすべてのリビジョン間の変更の詳細を提供するものをお探しですか?