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

Re: svn commit: r17182 - in trunk/subversion: clients/cmdline include libsvn_client

From: Kouhei Sutou <kou_at_cozmixng.org>
Date: 2005-11-06 14:55:52 CET

In <200511032315.jA3NFoN29995@morbius.ch.collab.net>
  "svn commit: r17182 - in trunk/subversion: clients/cmdline include libsvn_client" on Thu, 3 Nov 2005 17:15:50 -0600,
  rooneg@tigris.org wrote:

> Author: rooneg
> Date: Thu Nov 3 17:15:50 2005
> New Revision: 17182
>
> Log:
> Move the auth provider code from libsvn_client to libsvn_subr, it doesn't
> actually depend on anything in libsvn_client, and there's no reason to tie
> use of this code to use of the client library. It's perfectly reasonable,
> for example, to need an auth baton for use of libsvn_ra.
>
> This is another step in abstracting the command line client's auth setup
> code out into a library so that other programs can use it.

> Added: trunk/subversion/libsvn_client/compat_providers.c
> ==============================================================================
> --- (empty file)
> +++ trunk/subversion/libsvn_client/compat_providers.c Thu Nov 3 17:15:50 2005

> +void svn_client_get_username_provider (svn_auth_provider_object_t **provider,
> + apr_pool_t *pool)
> +{
> + svn_client_get_username_provider (provider, pool);
> +}

This causes infinite loop. I think the following is correct:

  svn_auth_get_username_provider (provider, pool);

Thanks,

--
kou
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Nov 6 14:56:37 2005

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.