If anyone has a comment I will be appreciated.
I really stuck and couldn't find where the problem is?
Thanks in advance,
Sefa
________________________________
From: Sefa YILDIZ [mailto:syildiz_at_NETAS.com.tr]
Sent: Tuesday, June 09, 2009 10:23 AM
To: users_at_subversion.tigris.org
Subject: I can not view all repositiries
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
<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
<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=2360872
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-06-10 13:00:16 CEST