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

Re: db/transactions/274-1.txn/node.0.0': Permission denied

From: Konrad Rosenbaum <konrad_at_silmor.de>
Date: 2006-01-04 15:41:13 CET

On Wednesday 04 January 2006 11:28, Manuel Vacelet wrote:
> From time to time commit fails with following error:
> /db/transactions/274-1.txn/node.0.0': Permission denied
> $> ls -l /<repo>/db/transactions
> drw-rwSrw- 2 apache embed 4.0K Jan 3 18:32 274-1.txn

Hmm, this one is interesting. It seems your subversion creates the
transaction directory without x-right (x means "enter the directory" for
directories). So it can't do anything else with the transaction after it
created it.

Check whether your start script for Apache sets umask. I suspect it is:

umask 033

while it should be:
umask 022

        Konrad

  • application/pgp-signature attachment: stored
Received on Wed Jan 4 15:48:20 2006

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

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