[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: disable warning about gnome keyring?

From: Stefan Sperling <stsp_at_elego.de>
Date: Tue, 12 May 2009 17:52:12 +0100

On Tue, May 12, 2009 at 09:28:15AM -0700, Tyler Roscoe wrote:
> Now whenever I run svn update, I get several warnings like this:
>
> ** (process:16208): WARNING **: couldn't communicate with gnome keyring
> daemon via dbus: The name org.gnome.keyring was not provided by any
> .service files
>
>
> How can I disable these warnings (and, in fact, disable attempts to use
> the gnome keyring since I don't care about that functionality)?
>
> I tried adding this to the [global] section of my ~/.subversion/servers:
>
> store-plaintext-passwords = yes
>
> I also tried blowing away my .subversion folder and letting svn recreate
> it. I added the store-plaintext-passwords lines to that new .subversion
> folder. None of this has any effect. I can't find anything with google.
>
> So, is there a way to disable this warning?

Yes, in ~/.subversion/config.
See the password-stores option.

You may need to let Subversion 1.6 create a fresh config file for you
for documentation for this option to show up. An easy way to do that is:

        svn --config-dir /tmp/svn-config help

Then take a look at /tmp/svn-config/config and copy whatever you need
to your own config file.

Stefan
Received on 2009-05-12 18:53:25 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.