You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Cory Omand <co...@blastwave.org> on 2006/08/25 23:08:58 UTC

Error after upgrade

Hi,

I have an apache/mod_dav_svn server, which up until today, was running
Subversion 1.3.2, and Apache 2.2.0.  Earlier this afternoon, I
upgraded the system to Apache 2.2.3, and restarted the server.  Ever
since the upgrade, any client operation which touches the server
returns a 403:

-bash$ svn commit -F ../svn-commit.2.tmp
svn: Commit failed (details follow):
svn: OPTIONS request failed on '/csw/trunk/lib'
svn: OPTIONS of '/csw/trunk/lib': 403 Forbidden (http://svn:5957)
-bash$

And the error log of the server says:

[error] [client 192.168.35.127] (2)No such file or directory: Failed
to load the AuthzSVNAccessFile: Can't create a character converter
from 'UTF-8' to native encoding
[error] [client 192.168.35.127] Access denied: 'comand' OPTIONS /:/csw/trunk/lib

So, after a google search or two, and consultation on #svn, I set my
LANG to en_US.UTF-8 on the server, and rebooted to pick up the locale
change.  After restarting, I still see the same error.  Why would this
be happening with Apache 2.2.3 and not 2.2.0?  Furthermore, is anyone
else seeing this, and if so, how did they solve it?

Any help appreciated,
C.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org