I have encountered a problem with my use of Subversion. The Subversion 1.1.4 (r13838) server is running on a Fedora Core 3 Linux machine up2date-ed on a daily bases.
From another machine, I was able to do svn status, svn add, but was unable to do svn commit or svn up.
The error message I've gotten is:
[root@gao blog]# svn commit -m "Updated blogs"
svn: Commit failed (details follow):
svn: OPTIONS request failed on '/svn/trunk/blog'
svn:
Could not open the requested SVN filesystem
I'm using mod_dav_svn to connect to Subversion through Apache httpd. I haven't changed any settings lately.
If you have encountered similar situations I'd appreciate it if you can give me a hint. Meanwhile, I'll try to diagnose the problem myself and let you know what I found out. Hopefully soon.