On Wed, Jan 09, 2008 at 04:02:55PM -0500, Noah Kantrowitz wrote: > > 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.
Removing BROWSER_VIEW from anonymous should do it to, I think, and can let other specific users still have access to an attached repository. That's what I do at work -- anonymous has WIKI_VIEW only, authenticated has quite a bit more. Keith -- Keith Davies "History is made by stupid people [EMAIL PROTECTED] "Clever people wouldn't even try [EMAIL PROTECTED] "If you want a place in the history books http://www.kjdavies.org/ "Then do something dumb before you die." -- The Arrogant Worms --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
