#577818 subversion doesn't check gnome-keyring on amd64

Package:
subversion
Source:
subversion
Description:
Advanced version control system
Submitter:
Jonathan Champ
Date:
2010-04-14 20:57:08 UTC
Severity:
normal
#577818#5
Date:
2010-04-14 20:32:47 UTC
From:
To:
Even with the password-stores line set in the .subversion/config (password-stores = gnome-keyring), subversion does not save the passwords into the running gnome-keyring-daemon. Brian Dube (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=553312#55) posted on a separate bug that he was experiencing the same issue. Perhaps subversion is not being compiled for amd64 with the --with-gnome-keyring parameter?

Instead, you get the following:

username@server:~/my_application/trunk$ svn update
Authentication realm: <https://example.com:443> Kerberos Login
Password for 'username':
-----------------------------------------------------------------------
ATTENTION!  Your password for authentication realm:

   <https://example.com:443> Kerberos Login

can only be stored to disk unencrypted!  You are advised to configure
your system so that Subversion can store passwords encrypted, if
possible.  See the documentation for details.

You can avoid future appearances of this warning by setting the value
of the 'store-plaintext-passwords' option to either 'yes' or 'no' in
'/home/username/.subversion/servers'.
----------------------------------------------------------------------- 

Thank you in advance for any help you can provide.