I just upgraded to 0.11 from 0.10.4. That has nothing to do with this
problem, since I was having this problem before the upgrade. I have
implemented fine grained permissions in Subversion. They seem to work
fine with RapidSVN, but no matter who logs into the Trac project, even
the administrator, who is also the administrator in Subversion, you
get an error. Below you will find my svnaccess.conf file and my
trac.ini file. The permissions stuff I have made as simple as simple
can be to try to get it to work, but I always get an error on the
repository browser tab in Trac which says "Error: Forbidden.
Insufficient permissions to access /"
I should mention than I'm using Windows XPsp2, Apache 2.0.x, Postgres,
Mod Python, OpenSSL etc.. The Trac users are exactly the same as the
Subversion users, capitalization and everything. If you need to know
anything else, please don't hesitate to ask.
Thank you,
Julie
----------------------------------------------
excerpt from Apache httpd.conf
----------------------------------------------
<Location /svn>
DAV svn
SVNParentPath "C:/Subversion"
AuthzSVNAccessFile conf/svnaccess.conf
Satisfy Any
</Location>
Include conf/virtual-hosts.conf
Include conf/access.conf
-------------------------
svnaccess.conf
-------------------------
[BDA:/]
user1 = rw
user2 = rw
--------------------------------------------------------
excerpt from trac.ini from BDA project
--------------------------------------------------------
[trac]
authz_file = "C:/Program Files/Apache Group/Apache2/conf/
svnaccess.conf"
authz_module_name = BDA
base_url =
check_auth_ip = true
database = <you don't really need to know this>
default_charset = iso-8859-15
default_handler = WikiModule
htdocs_location =
ignore_auth_case = false
mainnav = wiki,timeline,roadmap,browser,tickets,newticket,search
metanav = login,logout,settings,help,about
permission_store = DefaultPermissionStore
repository_dir = c:/Subversion/BDA
repository_type = svn
timeout = 20
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---