On Sep 11, 2018, at 2:29 AM, Domingo Alvarez Duarte <[email protected]> wrote:
>
> I think that could be a good idea to add an option to fossil update command
> to allow override the url for the repository so in cases like today I could
> do:
>
> fossil updata --url https://www1.sqlite.org/cgi/src
There are already two ways to do that.
Using the method I prefer from within a Fossil checkout of a repo cloned from
www3:
$ fossil sync https://www1.sqlite.org/cgi/src
To do it from outside the checkout directory, point Fossil at the cloned reop
with -R.
The second method is to set the new URL separately using the "fossil
remote-url” command, then update, sync, push, pull, etc.
Either way, the new URL is used for all future updates. You’d have to give the
www3 URL with these commands to switch back later.
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users