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

No write access to a svn repository via http

From: Christian Reiniger <creinig_at_mayn.de>
Date: 2002-09-27 13:53:51 CEST

Situation:
svn compiles fine, local access (reading/writing) and read access via http
work like a charm. Just write access (svn mkdir, svn import) doesn't
work.
Example session (http://www/svn/lgdc is the freshly created repository)

chris_at_chrisbig > svn mkdir http://www/svn/lgdc/trunk
svn: Filesystem has no item
svn:
file not found: transaction `1', path `/trunk'

Apache's error log contains these messages:
[Fri Sep 27 13:21:33 2002] [error] [client 192.168.10.3] Could not fetch
resource information. [500, #0]
[Fri Sep 27 13:21:33 2002] [error] [client 192.168.10.3] Could not
determine resource type [500, #160013]
[Fri Sep 27 13:21:33 2002] [error] [client 192.168.10.3] (17)File exists:
file not found: transaction `1', path `/trunk' [500, #160013]

Permission problems can be ruled out: Apache runs as user "wwwrun", and I
created the repository as that user. Also local writes as "wwwrun" work
fine.
I tried subversion revisions 3033 and 3200, configured with
./configure --prefix=/usr/local --with-apxs=/opt/apache/current/bin/apxs
--with-berkeley-db=/usr/local --with-dbm=db4

Attached is the sniffed http exchange for
"svn mkdir http://www/svn/lgdc/trunk"

Any ideas of what I could have made wrong?

PS: I'm not subscribed to this list

-- 
Christian Reiniger
We all live in a yellow subroutine.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Fri Sep 27 14:39:20 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.