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

Re: mod_dav_svn errors for POST and other requests

From: Philip Martin <philip_at_codematters.co.uk>
Date: Tue, 16 Apr 2013 14:51:38 +0100

Philip Martin <philip.martin_at_wandisco.com> writes:

> Yes, we send 13.
>
> HTTP/1.1 500 Internal Server Error\r
> Date: Tue, 16 Apr 2013 13:17:44 GMT\r
> Server: Apache/2.2.22 (Debian) mod_ssl/2.2.22 OpenSSL/1.0.1e DAV/2 SVN/1.9.0-dev\r
> Content-Length: 291\r
> Connection: close\r
> Content-Type: text/xml; charset="utf-8"\r
> \r
> <?xml version="1.0" encoding="utf-8"?>
> <D:error xmlns:D="DAV:" xmlns:m="http://apache.org/dav/xmlns" xmlns:C="svn:">
> <C:error/>
> <m:human-readable errcode="13">
> Can't create directory '/home/pm/sw/subversion/obj/repo/db/transactions/2-g.txn': Permission denied
> </m:human-readable>
> </D:error>

svnserve also returns the same low-level error:

( failure ( ( 13 99:Can't create directory '/home/pm/sw/subversion/obj/repo/db/transactions/2-j.txn': Permission denied 0: 0 ) ) )

-- 
Philip
Received on 2013-04-16 15:52:13 CEST

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.