TortoiseSVN not save the password

不羁的心 提交于 2020-01-02 03:26:25

问题


I instaled Tortoise SVN 1.8.7 in Windows 7 Professional 64 bits.

The Tortoise always ask for save the password, but stiling not save :(

I clear path AppData\Roaming\Subversion multiple times, but is not saving anithing on svn.simple

The connection is made by a certificate.

Can anybody tell me me the trick i was missing ? :)

Thanks


回答1:


When Tortoise SVN was not saving my user/password credentials I solved the problem by going to TortoiseSVN settings -> Saved Data -> Clear Authentication data (see image below). Also check AllowAuthSave is set to true in TortoiseSVN settings -> Advanced.

If this doesn't work then there may be further set-up required where certificates are involved which I am unfamiliar with.

I hope this helps.




回答2:


Whether or not to store passwords is set by the Subversion configuration file.

  • Right click on your desktop, so you see the TortoiseSVN menu. Go to TortoiseSVN->Settings.
  • In the General section, click on the Edit button for the Subversion Configuration File.
  • Two items you wan to change:
    • Make sure that password-stores = windows-cryptoapi is enabled. (I believe this is the default anyway) by removing the # in front of the line.
    • Look for the lines that say store-passwords = no and store-auth-creds = no. Change the no to a yes, and remove the # at the beginning of the line.

Save the changes, and close the initial settings box by clicking on Ok. Next time, when Subversion asks for the password, it will store it.



来源:https://stackoverflow.com/questions/27797593/tortoisesvn-not-save-the-password

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!