Hi, the qeustion is - is the design of your repositories the right way? One repository can be used for let say - the same client and different projects. There are many styles of repository design. You can set up different users/permissions for different parts of your repository etc. But I suppose you already know this.
In your case what I recommend - If end users don't care about repositories and things like that, let them enter the bug/wish in the simpliest form into another bug reporting system. and Your developers will get new bugs/wishes and decide if it's a relevant bug or wish or enhancement and copy / paste it with priorities and other flags to correct Trac instance. I suppose there is a way to automatically insert tickets into Trac - it's a database and there are libraries for SQLite or other RDBMS in PHP and Python. But I would never let end users access Trac directly because they don't understand things like minor/major/critical etc. Only developer can set these values properly. Best regards, Michal On 04/08/07, bert <[EMAIL PROTECTED]> wrote: > > hi, > > i have a big app consisting of 4 svn repositories each with their own > trac instance. > > they are not in a single repository because each of the 4 parts could > evolve at different development speeds, etc. > > since the 4 parts make no sense to the end user but only to the > developers, i would like to make a web form that lets people submit a > bug or feature request, store it in a database and then manually > approve the bug/feature behind the scenes and have it inserted into > the right trac instance. > > is there a way to automatically submit tickets to a trac instance, say > from a php web app or from python? > > thanks, > Bert > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
