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

I can not view all repositiries

From: Sefa YILDIZ <syildiz_at_NETAS.com.tr>
Date: Tue, 9 Jun 2009 10:23:23 +0300

Hi all,

I have a problem, I hope someone can help me for this issue?
I am trying to integrate Subversion to our company, and..
I am using Tortoise windows Client and my repository locates on Linux
machine which CollabNet subversion installed on it.
Everything seems working fine, but when I try to Repo-browser of all
repositories, I got an error message?

Command:
Right Click --> SVN Repo-browser --> URL:
http://tr-svnserver.europe.nortel.com/svn (on web page as well)
Error message:
Server sent unexpected return (403 Forbidden) in response to the OPTIONS
request for "http://tr-svnserver.europe.nortel.com/svn"

Here is my httpd.conf

zisty052-33> cat collabnet_subversion_httpd.conf
ServerName tr-svnserver.europe.nortel.com:80
Listen 80

User csvn

Group csvn

<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>
zisty052-34>

I also have access file and limited the repositories for the users.
Should I add a line to access file tom see all the vobs?

While using the same URL with Viewvc, I am be able to see all the vobs
listed.
I have no problem with viewvc,
When I searched on internet, I saw that I should aa the line
SVNParentPath, I did but still facing the issue.
I checked the permission on linux side and everyting seems ok.

Any valid comment will be appreciated.

Thanks in advance.

Sefa

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-06-09 09:27:31 CEST

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.