I also encountered the problem doing a checkout to a subversion repository (Google code) from inside the netbeans 6.8 IDE. And under my Ubuntu 9.10 (upgraded from 9.04 clean install) subversion access fails. There is no prompt at all for a keyring password. There is just a credentials failure:
I also encountered the problem doing a checkout to a subversion repository (Google code) from inside the netbeans 6.8 IDE. And under my Ubuntu 9.10 (upgraded from 9.04 clean install) subversion access fails. There is no prompt at all for a keyring password. There is just a credentials failure:
OPTIONS of 'https:/ /MYREPO. googlecode. com/svn': authorization failed: Could not authenticate to server: rejected Basic challenge ('https:/ /MYREPO. googlecode. com/svn').
Removing the login.keyring file fixed it (rm ~/.gnome2/ keyrings/ login.keyring) exactly as Willy Mills wrote on 2009-11-16.