Comment 4 for bug 473139

Revision history for this message
StephanBeal (sgbeal) wrote : Re: [Bug 473139] Re: gnome-keyring demands unspecified password, breaking svn commits

On Tue, Nov 3, 2009 at 10:45 PM, Sebastien Bacher <email address hidden> wrote:

> Could you try to unset SSH_AUTH_SOCK and see if that makes a difference?
> what value does it have there?
>

stephan@jareth:~/cvs/qboard/trunk$ echo $SSH_AUTH_SOCK
/tmp/ssh-BnKSce7396/agent.7396
stephan@jareth:~/cvs/qboard/trunk$ svn ci -m "testing gnome-keyring thingie"
config.qmake
Password for 'login' GNOME keyring:
svn: Commit failed (details follow):
svn: OPTIONS of 'https://qboard.googlecode.com/svn/trunk': authorization
failed: Could not authenticate to server: rejected Basic challenge (
https://qboard.googlecode.com)

stephan@jareth:~/cvs/qboard/trunk$ unset SSH_AUTH_SOCK
stephan@jareth:~/cvs/qboard/trunk$ echo $SSH_AUTH_SOCK

stephan@jareth:~/cvs/qboard/trunk$ svn ci -m "testing gnome-keyring thingie"
config.qmake
Password for 'login' GNOME keyring:
svn: Commit failed (details follow):
svn: OPTIONS of 'https://qboard.googlecode.com/svn/trunk': authorization
failed: Could not authenticate to server: rejected Basic challenge (
https://qboard.googlecode.com)

--
----- stephan beal
http://wanderinghorse.net/home/stephan/