svn: E155015: Aborting commit: '$path + $file' remains in conflict
解决步骤
1、svn resolved 'file'执行后结果Resolved conflicted state of 'pom.xml'2、svn ci -m'conflict' pom.xml执行后结果
Deleting pom.xmlCommitting transaction...Committed revision XXX
3、svn add pom.xml
执行后结果
Adding pom.xmlTransmitting file data .doneCommitting transaction...Committed revision
转载请注明原文地址: https://ju.6miu.com/read-672274.html