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

Re: [PATCH]: Add --password-file and --password-envvar

From: Peter Samuelson <peters_at_p12n.org>
Date: Mon, 7 Jul 2014 16:14:40 -0500

[Martin Furter]
> Attached is a log message and a patch which adds the new options
> '--password-file' and '--password-envvar'.

I don't agree with --password-envvar. If we're going to support
reading a password from the environment at all, just do what everyone
always does with the environment: the application chooses the variable
name and looks for it unconditionally; and if the user wants or doesn't
want this, they can set or unset the variable.

(As others have noted, we may or may not wish to support this at all,
given that on some platforms a process environment is readable by other
users.)

Peter
Received on 2014-07-07 23:15: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.