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:
Luckily it's got fixed by adjusting the access limit file that defined by AuthzSVNAccessFileCode: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
The following config file works well for me:
That also means you need pay some attention to your Repositories path.Code:[root@admon apache]# cat conf/svn.access [admon:/] * = rw [eash:/] * = r
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


LinkBack URL
About LinkBacks




Reply With Quote
