"svn up" problem
From: Julian Fitzell <julian_at_beta4.com>
Date: 2001-11-19 02:00:08 CET
So having got the server working again, I created a repository, imported some files, checked it out, made a change and committed all no problem.
But when I try to do an update I get:
[julian@cable blah2]$ svn up
apr_error: #20014, src_err 0 : <Error string not specified yet>
The apache log shows:
[Sun Nov 18 16:52:54 2001] [warn] [client 127.0.0.1] handler "dav-handler" not found for: /web/svn
now the weird thing is that my DocumentRoot is "/web" but the dav Location is "/svn/test" and points to /svnroot/test in the filesystem. So it seems like "svn up" is looking in the document root instead of in the Location tag?
Here's the piece from httpd.conf if it helps:
<Location /svn/test>
Am I missing something in the config?
Thanks,
Julianb
---------------------------------------------------------------------
|
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.