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

Re: Store passwords while using a different username

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Thu, 6 Aug 2015 01:35:43 +0000

Tati, Aslesh wrote on Wed, Aug 05, 2015 at 17:42:45 +0000:
> Is it possible to store password when a subversion query is being done as a different user.
>
> Say I'm user foo and would like to run "svn log --username bar https://<SVN_REPO<https://%3cSVN_REPO>>"
>
> I'm prompted for user bar's credentials and the command succeeds when bar is successfully authenticated.
>
> The next time foo runs the command "svn log https://<SVN_REPO<https://%3cSVN_REPO>>", I'm directly prompted for bar's credentials. Is there a way to store bar's credentials and not be prompted every time?

Pass --no-auth-cache or --config-dir.
Received on 2015-08-06 03:40:07 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.