You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Stormcloud <em...@gmail.com> on 2009/10/01 09:34:52 UTC

Q: How to disable GNOME keyring from SVN client 1.6.5

I've just upgraded my SVN client to version 1.6.5 (running under Red Hat Linux). Every time I try to commit changes to the Repo I get a message that says:

Password for 'default' GNOME keyring: 
svn: Commit failed (details follow):
svn: GNOME Keyring is locked and we are non-interactive

I don't use, like or want to use the GNOME key ring. Searching through the web, I thought the way to disable this request was to edit ~/.subversion/servers and add:

[auth] 
 password-stores =

However, this doesn't work for me. 

Any ideas?

Thanks.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2402412

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

RE: Re: Q: How to disable GNOME keyring from SVN client 1.6.5

Posted by Stormcloud <em...@gmail.com>.
Perfect  :-)

Thanks you

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2402535

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: Q: How to disable GNOME keyring from SVN client 1.6.5

Posted by Stefan Sperling <st...@elego.de>.
On Thu, Oct 01, 2009 at 02:34:52AM -0700, Stormcloud wrote:
> I've just upgraded my SVN client to version 1.6.5 (running under Red Hat Linux). Every time I try to commit changes to the Repo I get a message that says:
> 
> Password for 'default' GNOME keyring: 
> svn: Commit failed (details follow):
> svn: GNOME Keyring is locked and we are non-interactive
> 
> I don't use, like or want to use the GNOME key ring. Searching through the web, I thought the way to disable this request was to edit ~/.subversion/servers and add:
> 
> [auth] 
>  password-stores =
> 
> However, this doesn't work for me. 
> 
> Any ideas?

Put it in ~/.subversion/config, not ~/.subversion/servers.

Stefan

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2402527

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].