I have setup multiple TRAC environments on one SVN repository.
One main environment for the platform and others for derived product
families.
As the platform and its derivatives are closely linked, I would like
to be able to clone a ticket raised in a derived product family to the
platform TRAC environment.
While I did find the "ticket_clone.py" script, it does not provide me
means to clone from one env to another. I also found the DataMover
plugin, but it does not seem to be supporting TRAC 0.11.1, which I'm
using.
Anybody has suggestions on how to solve this?