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