目前我有这个sourcecontrol配置块。
<sourcecontrol type="svn">
<trunkUrl>https://SampleSVNOnlineRepository.com/12maksdde12d123ede12</trunkUrl>
<workingDirectory>c:\MyProject</workingDirectory>
<username>admin</username>
<password>mypassword</password>
</sourcecontrol>
巡航控制例外:
Source control failure : Unable to execute file [c:\MyProject\svn]. The file may not exist or may not be executable.]
这里似乎有什么问题?
答案 0 :(得分:4)
这意味着CruiseControl.NET无法找到svn可执行文件。您必须使用executable
元素指定它,例如:
<sourcecontrol type="svn">
...
<executable >absolute\path\tp\subversion\executable</element>
答案 1 :(得分:0)
您是否先在该位置手工结账项目?据我所知,我使用的是使用CruiseControl you do the first checkout by hand的phpUnderControl。