On Thu, Mar 7, 2013 at 5:46 AM, Craig Willis <[email protected]> wrote: > > The problem I'm getting is that whenever i update the repository_dir in the trac.ini file I get the following: > > > Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": Can't find an appropriate component, maybe the corresponding plugin was not enabled? ). Look in the Trac log for more information.
If you want to use a Subversion repository, you need to enable Trac's svn components in your trac.ini file: http://trac.edgewall.org/wiki/TracSubversion > I also intsalled mod_python By the way, mod_python is no longer an actively maintained project, so it's recommended not to use it. See http://trac.edgewall.org/wiki/TracModWSGIfor an alternative. -Ethan -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
