1. 程式人生 > >svn 衝突解決

svn 衝突解決

 

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.xml
Committing transaction...
Committed revision XXX

  3、svn add pom.xml

執行後結果

Adding pom.xml
Transmitting file data .done
Committing transaction...
Committed revision