On Fri, Sep 18, 2009 at 11:37 PM, Ariel Balter <[email protected]> wrote: > All of a sudden I'm getting an SVN problem. I have this in my apache2.conf > > <Location /svn/heartstuff> > DAV svn > SVNParentPath /svn > SVNListParentPath On > AuthType Basic > AuthName "Subversion Repository for HeartStuff" > AuthUserFile /trac/heartstuff/.htpass > Require valid-user > </Location> > > Tortoise SVN is giving me "Error: Could not open the requested SVN > filesystem" > > However, my trac site can still see the repository!
Then this is an SVN/Apache problem, and not a Trac problem. My guess would be that you're not using SVNParentPath correctly, but it's hard to say without more details. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
