You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by pl...@lanminds.com on 2002/12/10 19:03:39 UTC

Permissions error using svn up

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