I got an error when submitting to my http://svn.admon.org/admon this afternoon ..
It seems to be a common issue, while google around, there's no exact answer for it:

Code:
joseph@e54:~/admon$ svn ci -m 'add jabber source code, rename sms to web' 
Add           include/jabber.h                                           
svn: PROPFIND request failed on '/repos/repository'                           
svn: Could not open the requested SVN filesystem
svn: Could not open the requested SVN filesystem
Luckily it's got fixed by adjusting the access limit file that defined by AuthzSVNAccessFile
The following config file works well for me:

Code:
[root@admon apache]# cat conf/svn.access
[admon:/]
* = rw

[eash:/]
* = r
That also means you need pay some attention to your Repositories path.


If you have SELinux enabled, you probably need to run this command to apply changes on file context:
Code:
chcon -R -h -u system_u -t httpd_sys_content_t /u/svn/repos