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

Re: bug in new plaintext auth-prompt warning

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: Tue, 10 Jun 2008 11:37:56 -0400

Ben Collins-Sussman wrote:

[...]

> @@ -404,13 +405,19 @@
> "can only be stored to disk unencrypted! You are advised to configure\n"
> "your system so that Subversion can store passwords encrypted, if\n"
> "possible. See the documentation for details.\n"
> - "\n"
> - "You can avoid future appearances of this warning by setting the value\n"
> - "of the 'store-plaintext-passwords' option to either 'yes' or 'no' in\n"
> - "'%s'.\n"
> - "-----------------------------------------------------------------------\n"
> - ), realmstring, config_path));
> + ), realmstring));
>
> + if (config_path)
> + SVN_ERR(svn_cmdline_fprintf(stderr, pool,
> + _("\n"
> + "You can avoid future appearances of this warning by setting
> the value\n"
> + "of the 'store-plaintext-passwords' option to either 'yes' or 'no' in\n"
> + "'%s'.\n"
> + ), realmstring));

           ^^^^ shouldn't this be 'config_path' instead of realm_string?

-- 
C. Michael Pilato <cmpilato_at_collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

Received on 2008-06-10 17:38:16 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.