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

svn: Can't create directory error

From: Dolezal, Greg <Greg.Dolezal_at_pbs.proquest.com>
Date: 2006-06-28 21:38:24 CEST

Recently I got a "svn: Can't create directory" error when I was setting
up a repository and attempted an import. I did the suggested solutions
(special group for permissions, umask, ensuring apache executing httpd,
etc.). It ended up being necessary to disable SELINUX on the Linux
Fedora box.
 
On the command line you just run "setenforce 0" to disable SELINUX as a
test. Then rerun the svn command.

To make this permanent you have to edit each of the kernel lines in
/etc/grub.conf by adding "selinux=0" to the end of each line that
begins with "kernel". Then, reboot.

Greg Dolezal
330-659-1617
 
Received on Wed Jun 28 21:40:11 2006

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.