SVN authentication problems
May 21st, 2010
No comments
Today I got this error message while “svn info <repository>”
Password for ‘(null)’ GNOME keyring:
After a long Google search I found a simple solution:
rm ~/.gnome2/keyrings/*
Thats it., but please be careful. All your passwords, which are stored in the keyring are lost after this fix.