[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: Julian Foad <julianfoad_at_btopenworld.com>
Date: Mon, 7 Jul 2014 09:27:52 +0100

Martin Furter wrote:

>>> For the file solution it might be more useful to use both username and
>>> password from that file.
>>
>> I guess the option should be named different then, maybe something like
>> --auth-file or --creds-file or so.

Aha! But Subversion already has a way to read authn creds from a file:

  --config-dir=x

All we're lacking is a convenient way to put the required creds into the file. A user interface could be:

  svn auth authenticate $REPO_URL

or, if you insist on being able to cache a user name and password when you don't currently have access to the server:

  svn auth authenticate $REPO_URL --force --username=y --password=z

Thoughts?

- Julian
Received on 2014-07-07 10:28:26 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.