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

Re: svn commit: r1499541 - in /subversion/trunk: build.conf subversion/svnauth/ subversion/svnauth/svnauth.1 subversion/svnauth/svnauth.c

From: Daniel Shahaf <danielsh_at_apache.org>
Date: Wed, 3 Jul 2013 22:36:30 +0000

On Wed, Jul 03, 2013 at 08:02:02PM -0000, stsp_at_apache.org wrote:
> + SVN_ERR(svn_config_get_user_config_path(&config_path,
> + opt_state->config_dir, NULL,
> + pool));
> + footer = _("Available authentication credential caches:\n");
> +
> + /*
> + * ### There is no API to query available providers at run time.
> + */
> +#if (defined(WIN32) && !defined(__MINGW32__))
> + footer = apr_psprintf(pool, _("%s Wincrypt cache in %s\n"),
> + footer, config_path);
> +#elif !defined(SVN_DISABLE_PLAINTEXT_PASSWORD_STORAGE)
> + footer = apr_psprintf(pool, _("%s Plaintext cache in %s\n"),
> + footer, config_path);

Don't you need svn_dirent_local_style() here?
Received on 2013-07-04 00:36:38 CEST

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.