> Svn running over SSH in my Debian box, and I tested sudo -u XXX, got > the Traceback says:"requires read _and_ write permission to the > database file /var/lib/trac/db/xxx.db".
Yes, SqlLite requires R/W permissions for both the file *and* the directory which contains the .db file (as temporary files may be created there) -- Manu --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
