0
當我運行Maven的目標版本:準備我得到的SVN錯誤:的svn:E155000隨着Maven嘗試提交
svn: E155000 No write-lock in ...
我嘗試了不同的版本SVN和Maven的。嘗試使用tortoisesvn和命令行簽出。問過駐地的Maven專家。 檢查並重新檢查settings.xml。
任何人有一個想法在哪裏看?
ADD:它看起來像maven做簽入。但工作副本仍被標記爲具有本地更改。
完成消息:
`[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.3:prepare (default-cli) on project <project>: Unable to commit files
[ERROR] Provider message:
[ERROR] SVN commit failed.
[ERROR] Command output:
[ERROR] svn: E155000: Commit failed (details follow):
[ERROR] svn: E155000: No write-lock in 'C:\path...'
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException`
請出示失敗的全輸出.... – khmarbaise
你有一個SVN服務器上提交鉤子?願意更新maven-release-plugin是個好主意嗎?您使用哪個SVN版本? – khmarbaise