[fossil-users] Irrecoverable repository inconsistency between local and remote, after an assertion failure on Windows.

2015-06-03 Thread Ardie H. Hwang
Hello all, I usually use fossil on my OS X and FreeBSD machines, rarely on Windows. But today, I somehow triggered assertion failure on Windows upon auto-syncing local repository with remote repo on my server. After the assertion-failure-caused runtime error, fossil just do not sync with the re

Re: [fossil-users] Irrecoverable repository inconsistency between local and remote, after an assertion failure on Windows.

2015-06-03 Thread Ron W
On Wed, Jun 3, 2015 at 5:01 PM, Ardie H. Hwang wrote: > Clearly, server does not know the existence of check-in > `da19b8f2e5d89310d80b90a6a27d2d70ff646ad1`. > Is there any advice on resolving this issue? > Have you looked at the time line on the server? I think the most straight forward fix wo

Re: [fossil-users] Irrecoverable repository inconsistency between local and remote, after an assertion failure on Windows.

2015-06-03 Thread Andy Bradford
Thus said "Ardie H. Hwang" on Thu, 04 Jun 2015 06:01:15 +0900: > Clearly, server does not know the existence of check-in > `da19b8f2e5d89310d80b90a6a27d2d70ff646ad1`. > Is there any advice on resolving this issue? Have you tried: fossil push Thanks, Andy -- TAI64 timestamp: 4000556fa631 _

Re: [fossil-users] Irrecoverable repository inconsistency between local and remote, after an assertion failure on Windows.

2015-06-03 Thread Matt Welland
Another thing to try if you haven't already done so is to rebuild repos at both ends. I've seen this fix weird sync errors a couple times. On Wed, Jun 3, 2015 at 6:12 PM, Andy Bradford wrote: > Thus said "Ardie H. Hwang" on Thu, 04 Jun 2015 06:01:15 +0900: > > > Clearly, server does not know the

Re: [fossil-users] Irrecoverable repository inconsistency between local and remote, after an assertion failure on Windows.

2015-06-03 Thread Ardie H. Hwang
I did not issue `fossil push` because I wasn't sure whether the local repo is in stable state or not, although the error occurred at sync phase. I will try what Ron and Matt suggested then report back. Thanks for all the replies. -- Ardie H. Hwang email: i...@ardiefox.me mobile

Re: [fossil-users] Irrecoverable repository inconsistency between local and remote, after an assertion failure on Windows.

2015-06-04 Thread Tomek Kott
Don't forget to try 'fossil sync --verily' Tomek > Date: Wed, 3 Jun 2015 21:45:20 -0700 > From: Matt Welland > To: "Fossil SCM user's discussion" > Subject: Re: [fossil-users] Irrecoverable repository inconsistency > between local and

Re: [fossil-users] Irrecoverable repository inconsistency between local and remote, after an assertion failure on Windows.

2015-06-04 Thread Andy Bradford
Thus said "Ardie H. Hwang" on Thu, 04 Jun 2015 13:57:12 +0900: > I did not issue `fossil push` because I wasn't sure whether the local > repo is in stable state or not, although the error occurred at sync > phase. Based on the output you provided, Fossil hit an assertion during opening a conn

Re: [fossil-users] Irrecoverable repository inconsistency between local and remote, after an assertion failure on Windows.

2015-06-04 Thread Ardie H. Hwang
Everything went back to normal. Thanks everyone for your help. -- Ardie H. Hwang email: i...@ardiefox.me mobile: +82-10-I-AM-ARDIE > On Jun 5, 2015, at 00:24, Andy Bradford > wrote: > > Thus said "Ardie H. Hwang" on Thu, 04 Jun 2015 13:57:12 +0900: > >> I did not issue `foss