我使用SmartGit作为SVN存储库,并试图解决主服务器和测试分支之间的冲突。虽然从SmartGit中解决冲突解决器工具中的冲突很好,但我不能将它推送到SVN存储库。
svn: E160024: File or directory 'Testdata.txt' is out of date; try updating svn: E160024: resource out of date; try updating svn: E175002: CHECKOUT of '/Repo/!svn/ver/39/Test/Testdata.txt': 409 Conflict (https://...)
发布于 2017-04-18 13:21:34
我找到了答案:
http://www.syntevo.com/smartgit/svn-tour#merge
短:不要合并,做一个重新基地。
https://stackoverflow.com/questions/43467471
复制相似问题