i am using the scm plugin
in maven to update svn code each time i take a build. The goal specified for the plugin is update. I have tortoise svn installed in my system but when i execute the build it fails saying that svn update command not found
. I realised that i need to install another svn client (like silk subversion) and then it works. So is there any way by which i can use tortoise svn only and execute the build or do i have to install another svn client?
Also if i do use another svn client then will it anyway affect tortoise svn or cause any problem ?
Thanks.
问问题
1282 次
2 回答
2
您需要使用 svn 命令行客户端才能使 scm 插件工作。
此外,安装命令行 svn 客户端不会以任何方式影响 tortoise svn。
于 2012-05-29T16:52:54.247 回答
0
您可以使用svn-provider 代替SVN 的命令行工具,但最好是安装 SVN 命令行客户端而不是 TortoiseSVN 等。我不确定 TortoiseSVN CLI 和 SVN CLI 之间是否存在一些兼容性问题。
于 2012-05-30T10:25:35.760 回答