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

disable warning about gnome keyring?

From: Tyler Roscoe <tyler_at_cryptio.net>
Date: Tue, 12 May 2009 09:28:15 -0700

We just upgraded to svn 1.6.1:

[tylermr_at_alta:~/testng2/common/trunk/_build/util]$ rpm -qa | grep -i
collab
CollabNetSubversion-client-1.6.1-1
CollabNetSubversion-extras-1.6.1-1
CollabNetSubversion-server-1.6.1-1
[tylermr_at_alta:~/testng2/common/trunk/_build/util]$ cat
/etc/redhat-release
Fedora release 8 (Werewolf)

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?

Thanks,
tyler
Received on 2009-05-12 18:29:24 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.