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

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

From: Maxim Marintchenko <maxim.marintchenko_at_ca.com>
Date: Mon, 12 Jan 2009 11:52:11 -0500

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. All path values, except for SVNParentPath,
start with '//'.

 

<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=1019534

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-01-12 18:25:13 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.