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

Permissions error using svn up

From: <pll_at_lanminds.com>
Date: 2002-12-10 20:03:39 CET

Hi all,

I'm getting the following error when trying to update a wc:

        www:/usr/lib/cgi-bin$ svn up
        svn: RA layer request failed
        svn: REPORT request failed on /svn/web/trunk/cgi-bin
        svn: REPORT of /svn/web/trunk/cgi-bin: Could not read status line: connection was closed by server.

The apache error.log reports:

        [Tue Dec 10 13:49:54 2002] [notice] child pid 14552 exit signal Segmentation fault (11)

when I try to update.

I can check out the repository fine on 2 different systems. On one,
as myself, I can co, commit, up, etc. On the other system, I'm not a
'valid-user', but I'm not trying to commit, just update.

Subversion is the same on both clients and the server:

        svn, version 0.15.0 (r3687)

I'm running Debian Sid.

This appears to be a permissions problem, but I don't know where to
look. The apache config? Here's my dav_svn block from the apache
config:

  AuthType Basic
  AuthName "Subversion Repository"
  AuthUserFile /etc/svn/passwd

  <LimitExcept GET PROPFIND OPTIONS REPORT>
   Require valid-user
  </LimitExcept>

Is there something inherently wrong with this?

Thanks,

-- 
Seeya,
Paul
--
	It may look like I'm just sitting here doing nothing,
   but I'm really actively waiting for all my problems to go away.
	 If you're not having fun, you're not doing it right!
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Dec 10 20:04:26 2002

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.