Trac SVN : Insufficient permissions to access /

I'm chasing this "Insufficient permissions to access /" error for hours in my trac project.

I've googled but so far didn't find any solution yet.

I'll update as soon as I resolve this problem.

 

UPDATE

I've resolved the problem. The context of the problem might not be applicable for all of the users who encounter this error message. It might depend on the configaration of the trac+svn setup.

IN MY CASE, I have multiple repositories and for trac, and I use global ini file. So, each trac instance inherits the global ini file.

The error came along when I added following segment into my global trac.ini file.

[trac]
authz_file = /path/to/my/svn-auth.ini

So, after commenting those two lines from the global trac.ini, I could browse my code base from the trac.

Hope this might help somebody.

My Other Thoughts (added on November 04,2008): Funny thing is I don't remember exactly what did I wanted to accomplish by adding those lines to my global trac ini file!!! Seems like I wanted to link SVN user's authorization file to Trac web, so that user can login using Trac's Login page. But as far as I can remember, this thing can be done by selecting authorization type inside Trac administration.
Let me know if you find out how to accomplish similar task. Thanks

Comments

Thank you so much, we've solved that issue finally after reading your post. Things go much better after guys like you!!!

Thanks a lot Hossain, i had the same problem too, it's alright now
--
y

Thanks Hossain, i have had exactly the same problem and your post has help me to solve it.

I'm glad that it helped you ! Good Luck :-)
© Hossain Khan - Some rights reserved.
Creative Commons License This site is licensed under a Creative Commons Attribution-Noncommercial 2.5 License.