[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 '/subversion/main/db/transactions/0-1.txn': Permission denied

From: kristofer hansson <kristofer.hansson_at_gmail.com>
Date: 2006-06-01 02:16:17 CEST

Hi

Im having some problems with subversion, or more specific, with
importing or committing using http://, checking out works fine using
http://

using http://
svn import mp/ http://localhost/subversion/main/my -m "ii"
svn: Can't create directory
'/subversion/main/db/transactions/0-1.txn': Permission denied

the apache log file /var/log/httpd/error_log reveals:
[error] [client 127.0.0.1] Can't create directory
'/subversion/main/db/transactions/1-1.txn': Permission denied [500,
#13]

using file:// works fine!
svn import mp/ file://localhost/subversion/main/my -m "ii"
Adding mp/trunk
Adding mp/trunk/source
Adding mp/trunk/source/test.c

Committed revision 1.

I have taken a look at every hit on google and havn't found a good answer :(
Im running Fedora Core 5 with apache2 (package: httpd version 2.2.0
release 5.1.2), Subversion 1.3.1 (r19032).

As root:
mkdir /subversion
svnadmin create /subversion/repo

chown -R apache.apache /subversion
chmod -R 777 /subversion

Apache is running as apache / apache

Pls help!

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 1 02:17:43 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.