On Wed, Jun 09, 2010 at 08:07:51AM -0400, jim Schimpf wrote: > Hi, > > I have a simple Fossil setup with a cgi served master repository and > two users. User A has made some changes, added some files then done a > commit. I wanted to sync user B to this state so he could do further work. > I ran a fossil update but the additional files did not appear. I looked at > the timeline in the server and saw users A's commit. I then tried in user B's > space to do fossil update <version> where <version> was the hex hash code for > the commit. When I tried this I got: <znip> > > --jim _______________________________________________________________________
I use a similar setup (i.e. "master" shared server/repository and two remote laptops each with their own fossil repository, and each with their 'fossil remote-url' pointing to the "master". When user 'A' commits, user 'B' does $ fossil sync $ fossil update to get most recent user 'A' commits on "master" to user 'B' local repo. This works reliably on our GNU/Linux systems. $ fossil version This is fossil version [7c2577bd63] 2010-03-18 14:40:46 UTC In your original post, you did not specify that you explicitly did the sync *before* the update on your first try at updating user 'B'. ~Michael _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

