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:

573 FossilBook> fossil update b263813446
Autosync:  http://[email protected]:8080/cgi-bin/Book.cgi
                Bytes      Cards  Artifacts     Deltas
Send:             130          1          0          0
Received:          46          1          0          0
Total network traffic: 338 bytes sent, 342 bytes received
fossil: no such version: b263813446

The version specified doesn't exist in the local repository but does in the 
master.  I then tried fossil sync, fossil pull with no effect. 

Then user A made another change and check in, at that point fossil sync got a 
bunch of changes and then fossil update updated user B's version of the 
checkout. (I think just fossil update would have done both at this point).

581 FossilBook> fossil sync
Server:    http://[email protected]:8080/cgi-bin/Book.cgi
                Bytes      Cards  Artifacts     Deltas
Send:             355          5          0          0
Received:         138          3          0          0
Send:             449          7          0          0
Received:         751          5          0          2
Send:             494          8          0          0
Received:         827          4          0          1
Total network traffic: 1400 bytes sent, 1963 bytes received

582 FossilBook> fossil update
Autosync:  http://[email protected]:8080/cgi-bin/Book.cgi
                Bytes      Cards  Artifacts     Deltas
Send:             130          1          0          0
Received:         138          3          0          0
Total network traffic: 336 bytes sent, 396 bytes received
ADD Images/Advanced/Simple_Merge/sm_Marilyn.epsf
ADD Images/Advanced/Simple_Merge/sm_after_merge.epsf
ADD Images/Advanced/Simple_Merge/sm_jim_fork.epsf
UPDATE Research/fossilbib.bib
UPDATE fossilbook.lyx

I don't know if I can reproduce this but I am trying to understand why it acted 
in this "sticky" fashion, not getting the first update and then working when a 
second was applied.

--jim 




_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to