svn:作为maven试图提交的E155000

时间:2014-04-08 05:36:06

标签: maven svn

当我运行maven目标版本时:准备我得到svn错误:

svn: E155000 No write-lock in ...

我尝试了不同版本的SVN和maven。试图使用tortoisesvn和命令行检查。问了常驻专家。 检查并重新检查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`

1 个答案:

答案 0 :(得分:0)

问题最终与settings.xml文件有关。从头开始重写并开始工作。在pom中设置scm可能有些可疑。

由于