开发者

Teamcity Visual Studios Addin

We have a ssh based svn access. We were using the team city VS addin for remote runs without checking in post run as this failed due to the addin not supporting ssh pre version 6.5. after upgrading to version 6.5 this has stopped working and has started giving us the following error -

Error while checking for incoming Subversion changes. svn: Can't create tunnel: The system cannot find the file specified..

Svn has exited with code '1'.

svn status

-even though we dont use post run commit!

Has anyone else had this issue!

开发者_如何学JAVA

BR Niladri


  • Edit the file c:\Documents and Settings\<USER>\Application Data\Subversion\config
  • Locate the section named [tunnels]
  • Add the following line:

    ssh=c:/path/to/plink.exe -i c:/path/to/your/key.ppk
    
0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜