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

Re: SASL for ra_svn on Windows

From: D.J. Heap <djheap_at_gmail.com>
Date: 2007-05-26 15:42:07 CEST

On 5/26/07, Vlad Georgescu <vgeorgescu@gmail.com> wrote:
[snip]
>
> Thanks for the explanation, Stefan.
>
> So, one way you can isolate yourself from other applications would be to
> install the SASL plugins in a TSVN-specific location and call the
> sasl_set_path() function before doing anything with Subversion, like this:
>
> if (sasl_set_path(SASL_PATH_TYPE_PLUGIN, "your path here") != SASL_OK)
> { /* handle error */ }

Ah, perfect -- we should probably do this in the commandline client
and svnserve as well, or at least make it an option they can specify
in the config file. Do you have any concerns about doing that, Vlad?

DJ

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat May 26 15:42:14 2007

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

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