Hello.

It seems as though it's only really possible to sync to one remote
server at a time. Is there a way to specify that a repository should
push to multiple remote servers?

My use case here is that I've got repositories hosted on
http://fossil.io7m.com but I've also got an exact mirror of that site
on my internal network here that's used for testing quickly on multiple
machines/VMs (and will now be polled very frequently for CI testing,
which would be slow and would start to get expensive in terms of data
usage with the number of repositores over the WAN).

I'd quite like to either be able to push to multiple remotes, or
possibly to be able to push to a remote and then have that remote push
to a further remote.

Right now, it seems the only way I can do this is to maintain a list of
remotes with each repository, and manually push to each URL in the list
with push --once. That obviously doesn't play nicely with "fossil all
sync"!

M
_______________________________________________
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