On Fri, Nov 6, 2015 at 4:58 AM, Aaron Claessens <[email protected]> wrote:
> Yes .. I was able to authenticate and get to the nav bar ... but still no > real "data" > I'm unsure what the issue might be if it's not a straightforward permission issue. What version of Subversion are you running? (use "svn --version" to check) You could try adding an entry in your virtualhost config for serving Subversion over HTTP, and then check if Subversion can be browsed over HTTP. The configuration shown in this post looks correct: http://serverfault.com/questions/161134/trac-is-unable-to-read-svn-repository The author of the post reports the same issue as you, but the cause he found sounds bogus to me. You could also try removing the repository configuration from Trac (by commenting it out, assuming you've defined it in trac.ini), just to confirm that Trac works correctly aside from this issue with Subversion. - Ryan -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
