Re: [fossil-users] change sync URL

2016-09-06 Thread Andy Goth
Let me add that the -once option for sync is useful to inhibit automatically changing the remote-url. I need this on occasion when I'm manually sync'ing between several (more than two) systems in the temporary absence of a central server. On Wed, Aug 10, 2016 at 3:37 PM, Warren Young

Re: [fossil-users] change sync URL

2016-08-10 Thread Warren Young
On Aug 10, 2016, at 12:55 PM, Ross Berteig wrote: > > On 8/10/2016 11:43 AM, jungle Boogie wrote: >> If I have a repo syncing to example.com and I want to change it to >> sync locally on my network, what's the best method to update the sync >> url? > > Set the url:

Re: [fossil-users] change sync URL

2016-08-10 Thread Richard Hipp
On 8/10/16, jungle Boogie wrote: > > I received 4-5 spam emails when posting this message. > Yes, I'm very sorry. I wish there was something I could do about that. I tried configuring the mailing list so that it obscured the poster's email address, but that change was

Re: [fossil-users] change sync URL

2016-08-10 Thread jungle Boogie
On 10 August 2016 at 11:55, Ross Berteig wrote: > > Set the url:fossil remote-url http://new-url-here.local/ > Turn off sync: fossil remote-url off Nice! I had not known it was a config option. Richard, I received 4-5 spam emails when posting this message. from:

Re: [fossil-users] change sync URL

2016-08-10 Thread Ross Berteig
On 8/10/2016 11:43 AM, jungle Boogie wrote: If I have a repo syncing to example.com and I want to change it to sync locally on my network, what's the best method to update the sync url? Set the url:fossil remote-url http://new-url-here.local/ Turn off sync: fossil remote-url off -- Ross