Setting subversion "password-stores" does nothing?
Posted
by
Coderer
on Super User
See other posts from Super User
or by Coderer
Published on 2011-01-14T23:35:22Z
Indexed on
2011/01/14
23:55 UTC
Read the original article
Hit count: 254
The Subversion documentation says that I can set a parameter in ~/.subversion/config
like
[auths]
password-stores = gnome-keyring
to have it cache my certificate password in gnome-keyring. I set the option, and nothing happens -- no error messages, no change in behavior, nothing. Maybe I'm missing a log somewhere?
I know subversion has to be compiled to support this but AFAIK I'm using the RPM version, which (they say...) ships with it rolled in. Is there a way to check whether my binary supports keyring? Shouldn't it say something if it doesn't?
© Super User or respective owner