On Tue, Apr 22, 2014 at 1:03 PM, Stephan Beal <sgb...@googlemail.com> wrote:

> On Tue, Apr 22, 2014 at 9:47 PM, Matt Welland <estifo...@gmail.com> wrote:
>
>> I have seen this issue a few times and this was with using file:// for
>> the transport to the "server". I've fixed it by doing a checkout to another
>> branch and back. If I recall correctly a checkout to the current branch was
>> not enough but I'm not sure.
>>
>
> That's interesting. So the repo is on an NFS share. Perhaps the clock on
> the host NFS system is slower than the one on your mac? Perhaps a time
> mis-sync is causing this?
>

Sorry, no Mac involved :) Linux all the way. I'm not sure how time skew
could cause this. In every case that I recall there were commits stored in
the fossil db that were more recent than the current checkout but fossil
update seemed not to see them. If it happens again I'll try to preserve
things to reproduce it.

What is the update algorithm using for a deciding basis, node time or
parent-child relationship? One thing that may be related is that if there
is a fork and you do an update fossil does not move to the latest node on
the appropriate tine of the fork. This is both silent - i.e. the user has
no feedback and must look at the node id and timeline to figure out what is
going on, and a hassle because to merge the fork you need to use checkout
to get to the tip of the tine.

In brief it seems that fossil is not moving along the timeline on update in
some cases where it could and this might be the logic that is being
triggered by the rare "fails to update" bug.


> --
> ----- stephan beal
> http://wanderinghorse.net/home/stephan/
> http://gplus.to/sgbeal
> "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
> those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
>
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
>


-- 
Matt
-=-
90% of the nations wealth is held by 2% of the people. Bummer to be in the
majority...
_______________________________________________
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