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

Error after upgrade

From: Cory Omand <comand_at_blastwave.org>
Date: 2006-08-26 01:08:58 CEST

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
Received on Sat Aug 26 01:10:21 2006

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.