You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by raichea <ra...@yahoo.com> on 2013/05/03 11:06:11 UTC

Re: svnserve: DIGEST-MD5 common mech free

On 30/04/2013 09:52, Philip Martin wrote:
>
> If built with SASL support then svnserve always initialises the SASL
> subsystem.  This must be done if SASL is to be available and at this
> stage the server doesn't know which repositories will be accessed.
>
> It appears to be the SASL libraries that are producing the message when
> the SASL subsystem is shut down:
> http://git.cyrusimap.org/cyrus-sasl/tree/plugins/digestmd5.c
>
> I guess you are running svnserve in inetd mode.  I don't know how you
> suppress the message.
>

I am using svnserve in inetd mode and, looking at the link you gave, I'm 
sure you're right.

I guess there might be a way to change the logging level of the SASL 
libraries... I'll have to go digging to find out. Thanks for the 
pointer, anyway.

Steve.