On Thu, Aug 20, 2009 at 01:50:44PM -0500, James Yoo wrote:
> I realize that the prompt regarding storing plaintext passwords to disk is a
> new and good feature in most cases. I'm wondering if there is a way to turn
> the warning off or to default it to "yes"? I've tried creating a global
> config in PREFIX/etc/subversion/config and setting "store-passwords = yes"
> and that works when using a svn:// url, but when authenticating via kerberos
> through web_dav (i.e. http://...) the svn client seems to be ignoring the
> system config entirely.
>
> Is it possible to turn the warning off as a compile time option when
> compiling the client or is there some other way of making the
> apache/kerberos/web_dav chain read a global config?
>
> I do realize that once you select yes/no at the prompt you are not bothered
> again... we just don't want to see it in the first place.
Put this in ~/.subversion/servers or /etc/subversion/servers:
[global]
store-plaintext-passwords=no
Stefan
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2385760
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-08-20 21:19:53 CEST