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