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.
我必须编写一个 java 代码,它将还原一个修订版的所有更改,然后提交它。它将等效于以下命令:
svn merge -r 50:49 A/trunk/ svn commit -m "reverting to rev49"
你知道任何可以帮助我做到这一点的图书馆吗?(对不起,我的英语不是我的母语)
尝试查看 svnkit。它有一个很好的工作副本 api。