Hide Forgot
Description of problem: When executing a svn command, it prompts for password every time even if a password-stores is set to gnome-keyring. The password caching works only for plaintext-passwords. Version-Release number of selected component (if applicable): Red Hat Enterprise Linux subversion-1.7.14-10.el7.x86_64 subversion-gnome-1.7.14-10.el7.x86_64 How reproducible: Always Steps to Reproduce: 1. Install subversion and subversion-gnome 2. In ~/.subversion/config file [auth] password-stores = gnome-keyring 3. In ~/.subversion/servers [global] store-passwords = yes store-plaintext-passwords = no Actual results: # svn co http://10.65.5.157/testrepo Authentication realm: <http://10.65.5.157:80> SVN Server Password for 'admin': Checked out revision 7. [root@dhcp9-243 ~]# svn co http://10.65.5.157/testrepo Authentication realm: <http://10.65.5.157:80> SVN Server Password for 'admin': Expected results: Passwords should be cached. Additional info: Works for kwallet option.