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.
1 つのリビジョンからすべての変更を元に戻してコミットする Java コードを作成する必要があります。次のコマンドと同等です。
svn merge -r 50:49 A/trunk/ svn commit -m "reverting to rev49"
それを行うのに役立つライブラリを知っていますか? (申し訳ありませんが、私の英語は母国語ではありません)
svnkitを見てみてください。うまく機能するコピーAPIがあります。