Eric S. Raymond wrote: (re. Subversion can also store the credentials encrypted on disk ...) > What's he recommended procedure under Linux?
In ~/.subversion/config : [auth] password-stores = gpg-agent,gnome-keyring,kwallet or just list the single one that you want to use. And of course ensure one of those daemons is running. - Julian