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

"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 REPORT status was 500, but expected 200.

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>
    DAV svn
    SVNPath /svnroot/test
    AuthType Basic
    AuthName "Subversion repository"
    AuthUserFile /svnroot/svn-users
    <LimitExcept GET PROPFIND OPTIONS REPORT>
       require valid-user
    </LimitExcept>
 </Location>

Am I missing something in the config?

Thanks,

Julianb

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:48 2006

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.