天天看点

在TortoiseSVN上使用svn+ssh遇到的问题

使用TortoiseSVN连svn+ssh的地址遇到的问题

在TortoiseSVN里使用

svn+ssh://[email protected]/usr/local/repos

后提示要输入密码。虽然最终可以成功checkout代码,但TortoiseSVN不断的要求我输入密码。

解决方法:

settings -> Network -> SSH Client -> 修改客户端为 TortoiseSVN_HOME\bin\TortoisePlink.exe 并加参数 -pw

比我的是

D:\Program Files\TortoiseSVN\bin\TortoisePlink.exe -pw mypassword

如果在url里没有 [email protected] 那么这里还要指定 -l myusername

参考

TortoiseSVN 中文手册

http://svndoc.iusesvn.com/tsvn/

TortoiseSVN 关于SSH的问题列表

http://tortoisesvn.net/ssh_and_ssl

I am getting the password dialog over and over again

http://tortoisesvn.net/node/35