[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: Mark Phippard <markphip_at_gmail.com>
Date: Tue, 12 May 2009 12:41:12 -0400

In the "config" file you could try adding this:

[auth]
### Set password stores used by Subversion. They should be
### delimited by spaces or commas. The order of values determines
### the order in which password stores are used.
### Valid password stores:
### gnome-keyring (Unix-like systems)
### kwallet (Unix-like systems)
### keychain (Mac OS X)
### windows-cryptoapi (Windows)
password-stores =

Basically do not specify anything?

Otherwise, you can rename libsvn_auth_gnome_keyring.so so that it
cannot be loaded.

On Tue, May 12, 2009 at 12:28 PM, Tyler Roscoe <tyler_at_cryptio.net> wrote:
> 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
>
>

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2217165
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-12 18:42:09 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.