Thus said Stephan Beal on Tue, 22 Apr 2014 18:07:08 +0200:

> Just to  confirm that: this  has come up  several times before  in the
> past year and,  so far, has remained unexplained. We're  not sure what
> causes it  or how to reproduce  it. (At least i  don't remember seeing
> any commits/posts which explain/fix it.)

The only time I've  ever seen it *not* update to the  latest commit in a
remote repository is when a sync has failed. For example:

$ ../fossil ci -m bottom
Autosync:  ssh://remote//tmp/test.fossil?fossil=/tmp/fossil
Round-trips: 2   Artifacts sent: 0  received: 18
Pull finished with 1063 bytes sent, 298025 bytes received
New_Version: 18febd6eb320521d5b730d237381d001b562496e
Autosync:  ssh://remote//tmp/test.fossil?fossil=/tmp/fossil
Round-trips: 1   Artifacts sent: 2  received: 0
Error: Database error: database is locked: {INSERT INTO rcvfrom(uid, mtime, 
nonce, ipaddr)VALUES(1, julianday('now'), NULL, '192.168.1.5')}
Round-trips: 1   Artifacts sent: 2  received: 0
Sync finished with 1586 bytes sent, 290 bytes received
Autosync failed
$ ../fossil up
Autosync:  ssh://remote//tmp/test.fossil?fossil=/tmp/fossil
Round-trips: 3   Artifacts sent: 0  received: 84
Pull finished with 3012 bytes sent, 1355913 bytes received
-------------------------------------------------------------------------------
checkout:     18febd6eb320521d5b730d237381d001b562496e 2014-04-23 04:18:45 UTC
tags:         trunk
comment:      bottom (user: amb)
changes:      None. Already up-to-date

But I know that  18fe is not the tip of trunk. If  I manually tell it to
update to  5f75 it will update.  Also, because the sync  failed, I don't
see my commit on the remote repository yet. Once I do a sync it shows up
though, and after I sync I actually see that a fork has occurred.

Is this the same issue that others are seeing? Hard to say, but it's the
only time I've observed any kind of failure to update.

Andy
-- 
TAI64 timestamp: 4000000053574221


_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to