[sword-devel] Introducing the Bible Scraper
Donna Whisnant
dewhisna at dewtronics.com
Mon Jun 3 00:53:45 EDT 2024
> Date: Sun, 2 Jun 2024 16:33:12 +0200
> From: Fr Cyrille
>
> Hi Arnaud,
> What do you think to move bible-scraper from github repo to our gitlab
> repo? I did this but not with the last commits. I make you dev on it.
> https://gitlab.com/crosswire-bible-society/bible-scraper
>
Why not keep it on both github and gitlab? Unlike Subversion, Git is by design a distributed version control system and can easily be kept on multiple servers for resilience. Just set multiple remotes and push to both. You can even set multiple URLs in the git config for a single remote and automatically push to both with a single push command. This way, if one resource provider has issues or has an extended equipment failure and downtime, the data is automatically backed up and instantly available on other servers. I use this technique for other projects and often on three or four simultaneous resource providers, like GitHub, AWS, SourceForge, etc. Though you can pick one to use as the primary for issue and PR tracking.
Donna
More information about the sword-devel
mailing list