On Jan 9, 2008, at 9:59 AM, Steve Povilaitis wrote: > > Most exalted ones, > > I have an existing trac 10.4 project that currently is hooked up to > a svn > repository. I would like to disable that functionality and just use > trac > as an issue tracker/wiki. I tried putting trac.versioncontrol.* = > disabled > in the components section of my trac.ini, but that creates a login > error, > I assume because it was previously set up with svn. Can I disable svn > repository access after the fact?
Try setting repository_dir to nothing (or remove the line) and run trac-admin ... resync. --Noah --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
