Insufficient permissions error handling
From: Rudy Grigar <rudy_at_tag1consulting.com>
Date: Thu, 3 Mar 2011 09:25:50 -0800
I worked through an issue this morning with a Subversion user that was unable to store a password locally:
Authentication realm: <https://code:443> Zinch SVN Drupal
-----------------------------------------------------------------------
<https://code:443> SVN
can only be stored to disk unencrypted! You are advised to configure
You can avoid future appearances of this warning by setting the value
-----------------------------------------------------------------------
<https://code:443> SVN
can only be stored to disk unencrypted! You are advised to configure
You can avoid future appearances of this warning by setting the value
The password wasn't actually being stored, the root of the problem being that auth/svn.simple/* was set read-only/444 (the cause of this is still unknown).
I talked to Stefan (stsp) this morning in #svn and he wants to add better error handling here when the file isn't writable instead of silently failing to store the password. The relevant IRC log is here: http://colabti.org/irclogger/irclogger_log/svn?date=2011-03-03#l243
Cheers,
|
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.