Thanks for the reply. repository_type = hg
It's not svn so why is svn being imported? On Mar 3, 9:24 am, Remy Blank <[email protected]> wrote: > blokeley wrote: > > 1. Why is trac trying to import svn when run on apache? > > It's trying because the relevant component is enabled, and failing, so > it writes the error message once into the log. You should only ever see > the traceback once per environment reload (i.e. every time a WSGI > process starts). > > > 2. How I can fix this? > > If you want clean logs, just disable the component by adding the > following line to your [components] section in trac.ini: > > trac.versioncontrol.svn_fs.* = disabled > > -- Remy > > signature.asc > < 1KViewDownload -- You received this message because you are subscribed to the Google Groups "Trac Development" 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-dev?hl=en.
