On Mon, May 25, 2015 at 5:02 AM, Luca Ferrari <fluca1...@infinito.it> wrote:
>
> Great, this works!
> Is there a way to make this inter-repository? I would not have to
> redefine the report for every repository.


Fossil has a means to export/import configuration settings, see
http://localhost:8080/help?cmd=configuration

Maybe do "fossil config export ticket ticket.cfg" on the "master" repo,
then either "fossil config merge ticket.cfg" or "fossil config import
ticket.cfg" on the other repos will do what you what.

But otherwise, Fossil doesn't have a means to automatically share any
configuration settings between repos.
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to