Auto Issue reminder in web based TRAC system

We are using web based bug tracker system “TRAC”. I just want to know following things.

1. We just want to know who is hosting it “TRAC”?
2. We need bug reminder notification at specific time interval to the responsible user in the TRAC. Is it possible with web based “TRAC”?
3. Is there any possibility of Mirror copy of repository locally in case of no internet access?

Forum Topic Options

Feeds

Forum Topic and Comments

rs on Mon 28 May, 2012

(1) We host Trac ourselves on our own servers.

(2) I don’t think there’s anything out of Trac that does this out of the box. Perhaps you can script something up using Trac’s XMLRPC ? http://trac-hacks.org/wiki/XmlRpcPlugin This plugin is enabled on all projects hosted by us.

(3) You can use something like svnsync to make a local copy of your repository http://svnbook.red-bean.com/en/1.7/svn.ref.svnsync.html

 

You do not have sufficient permissions to comment