Re: [fossil-users] Autosync Wiki Changes to Secondary/Backup Fossil SCM

2013-02-12 Thread Richard Hipp
On Tue, Feb 12, 2013 at 4:17 PM, Jonathan Otsuka wrote: > Is the best way to keep things in sync is to use a schedule task/cron to > run fossil sync? > That's what I do, to keep the various Fossil self-hosting repositories in sync. The primary repo is at http://www.fossil-scm.org/ (Dallas). Cl

Re: [fossil-users] Autosync Wiki Changes to Secondary/Backup Fossil SCM

2013-02-12 Thread Jonathan Otsuka
Is the best way to keep things in sync is to use a schedule task/cron to run fossil sync? Jonathan Otsuka On Jan 29, 2013, at 5:01 PM, djg...@gmail.com wrote: > I cloned a remote fossil with: >fossil clone http://user:pass@website wiki.fossil > > open wiki.fossil: >fossil open wiki.fos

[fossil-users] Autosync Wiki Changes to Secondary/Backup Fossil SCM

2013-01-29 Thread djgoku
I cloned a remote fossil with: fossil clone http://user:pass@website wiki.fossil open wiki.fossil: fossil open wiki.fossil then setup remote-url with: fossil remote-url http://website But then after making changes on either wiki changes are auto synced. Is this even poss