[fossil-users] how to keep two fossil servers in sync automatically ?

2009-12-21 Thread T.J. Yang
This is what I have so far 0. using Fossil version [4f24addea9] 2009-12-20 21:34:51 . 1. create a fossil test repository on machine A. 2. on machine B, fossil clone http://myaccount:mypassw...@a.test.net test.fossile 3. going to machine A and B via web GUI. 4. Admin - Behavior and check on

Re: [fossil-users] how to keep two fossil servers in sync automatically ?

2009-12-21 Thread Stephan Beal
On Tue, Dec 22, 2009 at 1:57 AM, T.J. Yang tj_y...@hotmail.com wrote: 4. Admin - Behavior and check on Automatically synchronize with repository Automatic sync only means that running fossil commit will also call fossil push, and that fossil update will also call fossil pull. -- -

Re: [fossil-users] how to keep two fossil servers in sync automatically ?

2009-12-21 Thread T.J. Yang
Subject: Re: [fossil-users] how to keep two fossil servers in sync automatically ? On Tue, Dec 22, 2009 at 1:57 AM, T.J. Yang wrote: 4. Admin - Behavior and check on Automatically synchronize with repository Automatic sync only means that running fossil commit will also call fossil push