Did anybody have any luck with subversion + svn_mod_dav on CentOS VPH?..
I installed svn_mod_dav and configured it in my httpd.conf, created users with htpasswd, and did
svnadmin create /path/to/repos
chown -R apache.apache /path/to/repos
Finally, I tried to do
chcon -R -h -t httpd_sys_content_t /path/to/repos
(per http://subversion.tigris.org/faq.html#reposperms), but got
chcon: /path/to/repos: Operation not supported
error. When I try to access my repository from a client computer, I'm getting
svn: Could not open the requested SVN filesystem
Any advice?..
I installed svn_mod_dav and configured it in my httpd.conf, created users with htpasswd, and did
svnadmin create /path/to/repos
chown -R apache.apache /path/to/repos
Finally, I tried to do
chcon -R -h -t httpd_sys_content_t /path/to/repos
(per http://subversion.tigris.org/faq.html#reposperms), but got
chcon: /path/to/repos: Operation not supported
error. When I try to access my repository from a client computer, I'm getting
svn: Could not open the requested SVN filesystem
Any advice?..