0

我是这个 Maven 的新手。目前我正在研究SVN。当我尝试应用“ mvn release:prepare ”命令时遇到问题。它显示错误,如下所示

错误 : -

[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:03.733s
[INFO] Finished at: Mon Sep 02 10:17:17 GMT+05:30 2013
[INFO] Final Memory: 6M/81M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.2.1:prepare (default-cli) on project curo-fabric-component-rabbitmq-experiments: Unable to commit files
[ERROR] Provider message:
[ERROR] The svn command failed.
[ERROR] Command output:
[ERROR] svn: Commit failed (details follow):
[ERROR] svn: Commit blocked by pre-commit hook (exit code 1) with output:
[ERROR] Valid Radar/Espresso number is not given with commit.
[ERROR] Provide Radar number as rdar://12345678 OR Provide Espresso number as <exp2://Ticket/12345678>
[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

请帮助我。我已经将位置签出到我的本地。然后我正在应用这个命令,它无法提交给 SVN。

欢迎任何建议。先感谢您。

4

1 回答 1

1

提供雷达编号为 rdar://12345678 或提供 Espresso 编号为

我认为您的 svn 服务器要求您使用确切格式的消息提交。所以我认为你应该尝试使用上述格式之一:rdar://12345678<exp2://Ticket/12345678>

于 2013-09-02T05:16:01.973 回答