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

Re: svk: storing passwords in .subversion even if svn config says no.

From: Tobias Ringström <tobias_at_ringstrom.mine.nu>
Date: 2005-03-28 21:12:02 CEST

solo turn wrote:

>hi,
>
>can we prevent svk to store user passwords on the file system? setting
>svn configuration to not storing passwords (config,
>store-passwords=no) does not help.
>
>
The store-password=no option is not interpreted by the svn libs, so the
application (e.g. svk) must check the config file and conditionally set
SVN_AUTH_PARAM_DONT_STORE_PASSWORDS. See
subversion/clients/cmdline/main.c for an example.

/Tobias

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Mar 28 21:14:25 2005

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.