svnserve: "Password for '(null)' GNOME keyring"
Posted: Mon Mar 31, 2014 2:32 pm
[PROBLEM]
I've set up svnserve to handle SVN user authentication. I've done an SVN checkout with "--username myuser", but when I wanted to commit a change, I was asked for a GNOME keyring passphrase:
[SOLUTION]
In "~/.subversion/config", there are settings which define whether SVN credentials/passwords are stored, and how. Configure the following settings to look like this:
Try to update and/or commit in order to verify if the changes are correct.
Links:
I've set up svnserve to handle SVN user authentication. I've done an SVN checkout with "--username myuser", but when I wanted to commit a change, I was asked for a GNOME keyring passphrase:
I neither configured, nor am planning to use GNOME keyring or KWallet for handling my SVN logins on that machine.Password for '(null)' GNOME keyring:
[SOLUTION]
In "~/.subversion/config", there are settings which define whether SVN credentials/passwords are stored, and how. Configure the following settings to look like this:
Code: Select all
password-stores =
store-passwords = no
store-auth-creds = no
Links: