Bug 1370535

Summary: subversion not storing password using gnome-keyring
Product: Red Hat Enterprise Linux 7 Reporter: Deepu K S <dkochuka>
Component: subversionAssignee: Joe Orton <jorton>
Status: CLOSED NOTABUG QA Contact: qe-baseos-daemons
Severity: medium Docs Contact:
Priority: unspecified    
Version: 7.2CC: dkochuka, john.c.hardt, jorton
Target Milestone: rc   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-03-31 11:28:37 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Bug Depends On:    
Bug Blocks: 1298243, 1420851, 1562205    

Description Deepu K S 2016-08-26 14:58:41 UTC
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.