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.