Re: [Trac] How to setup multiple SVN repository on Trac?

2011-05-02 Thread m . jason . miller
Gain root privlidges trac-admin /path/to/trac/environment repository add name-your-repo-whatever /path/to/svn/repo svn trac-admin /path/to/trac/environment repository sync "*" That should add and sync the newly created repo. Actually, the "*" does exactly what one would expect. It will re-

Re: [Trac] Report in text only

2011-04-26 Thread m . jason . miller
You can install the TracAnnouncer plugin (http://www.trac-hacks.org/wiki/AnnouncerPlugin)... once installed, you and your customer's will have an option of text/plain, or text/html for ticket/wiki email notifications. Make sure you install the 0.11 branch, as the dev/trunk branch seems to

Re: [Trac] Re: Problem with auth inside RPC plugin

2011-04-18 Thread m . jason . miller
Is it possible we can enable authz_policy (built in with trac) in your Trac environment and see what happens? does require one additional python module: easy_install configobj Edit trac.ini and adjust/add the following to existing configuration: [components] tracopt.perm.authz_policy.* = enab

Re: [Trac] Re: Set up SVN

2011-04-14 Thread m . jason . miller
Woops, I forgot to add quotes around (default): trac-admin /usr/local/trac repository add "(default)" /usr/local/trac/MyRepose -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.com. To