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

Re: Missing forward slash in SVNParentPath, CollabNet build 1.5.5 (r34862)

From: Ryan Schmidt <subversion-2009a_at_ryandesign.com>
Date: Wed, 14 Jan 2009 20:11:02 -0600

On Jan 12, 2009, at 10:52, Maxim Marintchenko wrote:

> Initial check from Eclipse into newly created repository was giving
> following error message:
>
> RA layer request failed
> svn: Server sent unexpected return value (503 Service Unavailable)
> in response to OPTIONS request for 'http://blah.com/svn/repo1/Server'
>
> This is SVN + Apache installation on RHEL 5.2.
> I noticed that value for SVNParentPath property in /etc/opt/
> CollabNet_Subversion/conf/collabnet_subversion_httpd.conf is
> missing a forward slash.

Where do you think it needs another slash? The SVNParentPath
directive below looks ok to me.

> All path values, except for SVNParentPath, start with ‘//’.

That is weird; one would expect the paths to start with a single
slash. But it didn't think it would cause a problem for there to be
two slashes instead. The OS should filter out the extra slash. Still,
try removing the extra slashes from the file and see what happens.

> <Location /svn>
> DAV svn
> SVNParentPath /var/svn/repositories
> AuthzSVNAccessFile //etc/opt/CollabNet_Subversion/conf/
> svn_access_file
> Satisfy Any
> Require valid-user
> AuthType Basic
> AuthName "Subversion repository"
> AuthUserFile //etc/opt/CollabNet_Subversion/conf/svn_auth_file
> </Location>
>
> Has anyone else had this problem?
> It looks like bug.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1025498

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-01-16 17:46:35 CET

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.