[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 Automatically synchronize with repository
5. change wiki home page with a test string of hello
6. go to see machine B wiki home page, waited for some time but never see the 
change on wiki A pass on to Machine B.
7. See the update by following command ran manually.
   fossil open test.fossil ;fossil update;fossil close

So the question is why step 4 didn't work ?
I am expecting machine B will update/pull the change from A once a while.


Thanks for your pointer


tj


T.J. Yang

  
_
Hotmail: Free, trusted and rich email service.
http://clk.atdmt.com/GBL/go/171222984/direct/01/
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


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.

-- 
- stephan beal
http://wanderinghorse.net/home/stephan/
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


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

2009-12-21 Thread T.J. Yang


By running a cron job on machine B, 
I have a pair of fossil servers can do  auto-sync now.

Thanks for Stephan and Richard's quick reply.


T.J. Yang






 Date: Tue, 22 Dec 2009 02:06:53 +0100
 From: sgb...@googlemail.com
 To: fossil-users@lists.fossil-scm.org
 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, and that fossil update will also call fossil pull.


 --
 - stephan beal
 http://wanderinghorse.net/home/stephan/
  
_
Your E-mail and More On-the-Go. Get Windows Live Hotmail Free.
http://clk.atdmt.com/GBL/go/171222985/direct/01/
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users