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

RE: Problem using http and https

From: Tiago Baptista <tiago_at_baptista.net>
Date: 2005-01-09 20:50:42 CET

Hi,
 
Found the problem! It was SELinux that now ships with Fedora Core that was
preventing httpd from
accessing the svn root path.
 
I leave here the solution if anyone else has this problem:
 
chcon -R system_u:object_r:httpd_sys_content_t /home/svnroot
 
Just run this command and change the "/home/svnroot" with your svn
repository directory.
 
Rainer: thanks for the reply anyway :)
 
Best Regards,
Tiago Baptista
Received on Sun Jan 9 20:51:52 2005

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.