svn - 为什么 svn 两次询问我的密码?

标签 svn

偶尔,当我用 svn 更新时,它会在开始时询问 ssh 的密码,然后更新一堆文件,然后要求它停止并再次要求它继续。这究竟是什么原因?

最佳答案

来自 Version control with subversion :

When using svn+ssh:// URLs to access a repository, remember that it's the ssh program prompting for authentication, and not the svn client program. That means there's no automatic password-caching going on (see the section called "Client Credentials Caching"). The Subversion client often makes multiple connections to the repository, though users don't normally notice this due to the password caching feature. When using svn+ssh:// URLs, however, users may be annoyed by ssh repeatedly asking for a password for every outbound connection. The solution is to use a separate SSH password-caching tool such as ssh-agent on a Unix-like system, or pageant on Windows.

关于svn - 为什么 svn 两次询问我的密码?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9016542/

相关文章:

svn - 如何防止人们在 SVN 中使用重新集成的分支?

SVN 将分支中的单个文件修订合并到主干中

git - 一次提交上的多个构建

java - SVN SSL 握手失败 : SSL error: bad packet length

svn - 在 SVN 工作副本中寻找不合适的目录?

svn - 需要 TortoiseMerge 的稳定替代品来应用补丁

eclipse - 具有 Windows shell 扩展和 Eclipse 集成的 SVN 客户端

visual-studio - 如何将 Resharper 文件排除在 SVN 之外?

svn - 如何将 svn 存储库路径设置为服务器路径?

svn - 恢复SVN中删除添加文件的历史记录