开发者

CruiseControl with SourceSafe through Citrix

I'm trying to set up CruiseControl.Net using SourceSafe as our source code repository. Looking at the example code in the CC.Net documentation I need to provide a path to the SourceSafe executable in the config file:

<sourcecontrol type="vss">
  <executable>C:\Program Files\Microsoft Visual Studio\VSS\win32\SS.EXE</executable>
  <project>$/CCNET</project>
  <username>buildguy</username>
  <password>buildguypw</password>
  <ssdir>c:\repos\</ssdir>
  <applyLabel>false</applyLabel>
  <autoGetSource>true</autoGetSource>
  <alwaysGetLatest>false</alwaysGetLatest>
  <workingDirectory>c:\myBuild</workingDirectory>
  <culture>fr-FR</culture>
  <cleanCopy>false</cleanCopy>
  <timeout units="minutes">10</timeout>
</sourcecontrol>

Sadly, we're running SourceSafe through Citrix so I don't have开发者_JS百科 direct access to the SourceSafe executable. Any ideas how to get around this? Is it even possible?


No, you can't get this to work without direct access to the exe.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜