Re: [fossil-users] Fossil v1.35[3aa86af6aa] - Is this multi-line timeline a bug?

2016-07-20 Thread sky5walk
Yahoo!
Fossil v1.36[2dec4bdfcb] fixed the problem!
Compiled with VS2013 Express.
Wow, that was weird and confusing. So glad to have unified timeline back.

Thanks for Fossil!

On Wed, Jul 20, 2016 at 10:37 PM,  wrote:

> Curious, I was not familiar with /bloblist URL?
> I found it in the sitemap as 'List Of Artifacts'.
>
> But it does show all 4414 entries with valid events:
> ticket/wiki/filename/commit.
>
> On Wed, Jul 20, 2016 at 10:11 PM, Richard Hipp  wrote:
>
>> On 7/20/16, sky5w...@gmail.com  wrote:
>> > I'll try compiling latest code.
>>
>> Always good to do, even if you are not having problems.  But my guess
>> is that it will make no difference
>>
>> What does the /bloblist URL show you.  Do you have many artifacts.  Do
>> any of them show up as "???"
>>
>> --
>> D. Richard Hipp
>> d...@sqlite.org
>> ___
>> fossil-users mailing list
>> fossil-users@lists.fossil-scm.org
>> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>>
>
>
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Fossil v1.35[3aa86af6aa] - Is this multi-line timeline a bug?

2016-07-20 Thread sky5walk
Curious, I was not familiar with /bloblist URL?
I found it in the sitemap as 'List Of Artifacts'.

But it does show all 4414 entries with valid events:
ticket/wiki/filename/commit.

On Wed, Jul 20, 2016 at 10:11 PM, Richard Hipp  wrote:

> On 7/20/16, sky5w...@gmail.com  wrote:
> > I'll try compiling latest code.
>
> Always good to do, even if you are not having problems.  But my guess
> is that it will make no difference
>
> What does the /bloblist URL show you.  Do you have many artifacts.  Do
> any of them show up as "???"
>
> --
> D. Richard Hipp
> d...@sqlite.org
> ___
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Fossil v1.35[3aa86af6aa] - Is this multi-line timeline a bug?

2016-07-20 Thread Richard Hipp
On 7/20/16, sky5w...@gmail.com  wrote:
> I'll try compiling latest code.

Always good to do, even if you are not having problems.  But my guess
is that it will make no difference

What does the /bloblist URL show you.  Do you have many artifacts.  Do
any of them show up as "???"

-- 
D. Richard Hipp
d...@sqlite.org
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Fossil v1.35[3aa86af6aa] - Is this multi-line timeline a bug?

2016-07-20 Thread sky5walk
Unfortunately, same results:
c:\myrepo>fossil rebuild myrepo.fossil
  100.0% complete...

c:\myrepo>fossil test-integrity myrepo.fossil
4414 non-phantom blobs (out of 4414 total) checked:  0 errors
low-level database integrity-check: ok

I'll try compiling latest code.

On Wed, Jul 20, 2016 at 9:41 PM, Richard Hipp  wrote:

> Maybe also run "fossil rebuild".  And/or "fossil test-integrity".
> Please report any findings.
>
> On 7/20/16, sky5w...@gmail.com  wrote:
> > ​Thanks for checking. I am confident we have the tip after merging from
> > multiple user commits. But, it is certainly confusing to confirm this
> > visually.
> >
> > http://www.fossil-scm.org/index.html/info/a78e51185326b91f
> > Edited Comment: Partially revert [f73411025e8ebec7]
> > . This
> fixes a
> > problem that when closing a fork by just doing "fossil merge" and
> additonal
> > arrow going up is displayed. Probably not the right fix. Remark:
> reverting
> > more than necessary. Already fixed on trunk.
> >
> > http://www.fossil-scm.org/index.html/info/4cae5c94ea2241b3
> > Comment: (cherry-pick) Fix a timeline bug, showing an unintended arrow
> when
> > closing a fork.
> >
> > Do these commits imply similar errors and fixed on trunk?
> >
> > I will try compiling the latest fossil code and do a rebuild and report
> > back...
> >
> >
> > Thanks for Fossil!
> >
> > On Wed, Jul 20, 2016 at 8:48 PM, Richard Hipp  wrote:
> >
> >> It is difficult to say if this is a bug or a weird repo.  I'd need
> >> access to the repo to tell.
> >>
> >> On 7/20/16, sky5w...@gmail.com  wrote:
> >> > I've noticed weird multi-line timelines with v1.35.
> >> > Is this a bug or is it the skin run amok?
> >> > This repo has only trunk and 1 very old branch.
> >> >
> >> >
> >>
> https://www.reddit.com/r/fossil/comments/4tti7k/fossil_v1353aa86af6aa_is_this_multiline_timeline/
> >> >
> >> > Thanks for Fossil!
> >> >
> >>
> >>
> >> --
> >> D. Richard Hipp
> >> d...@sqlite.org
> >> ___
> >> fossil-users mailing list
> >> fossil-users@lists.fossil-scm.org
> >> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
> >>
> >
>
>
> --
> D. Richard Hipp
> d...@sqlite.org
> ___
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Fossil v1.35[3aa86af6aa] - Is this multi-line timeline a bug?

2016-07-20 Thread Richard Hipp
Maybe also run "fossil rebuild".  And/or "fossil test-integrity".
Please report any findings.

On 7/20/16, sky5w...@gmail.com  wrote:
> ​Thanks for checking. I am confident we have the tip after merging from
> multiple user commits. But, it is certainly confusing to confirm this
> visually.
>
> http://www.fossil-scm.org/index.html/info/a78e51185326b91f
> Edited Comment: Partially revert [f73411025e8ebec7]
> . This fixes a
> problem that when closing a fork by just doing "fossil merge" and additonal
> arrow going up is displayed. Probably not the right fix. Remark: reverting
> more than necessary. Already fixed on trunk.
>
> http://www.fossil-scm.org/index.html/info/4cae5c94ea2241b3
> Comment: (cherry-pick) Fix a timeline bug, showing an unintended arrow when
> closing a fork.
>
> Do these commits imply similar errors and fixed on trunk?
>
> I will try compiling the latest fossil code and do a rebuild and report
> back...
>
>
> Thanks for Fossil!
>
> On Wed, Jul 20, 2016 at 8:48 PM, Richard Hipp  wrote:
>
>> It is difficult to say if this is a bug or a weird repo.  I'd need
>> access to the repo to tell.
>>
>> On 7/20/16, sky5w...@gmail.com  wrote:
>> > I've noticed weird multi-line timelines with v1.35.
>> > Is this a bug or is it the skin run amok?
>> > This repo has only trunk and 1 very old branch.
>> >
>> >
>> https://www.reddit.com/r/fossil/comments/4tti7k/fossil_v1353aa86af6aa_is_this_multiline_timeline/
>> >
>> > Thanks for Fossil!
>> >
>>
>>
>> --
>> D. Richard Hipp
>> d...@sqlite.org
>> ___
>> fossil-users mailing list
>> fossil-users@lists.fossil-scm.org
>> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>>
>


-- 
D. Richard Hipp
d...@sqlite.org
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Fossil v1.35[3aa86af6aa] - Is this multi-line timeline a bug?

2016-07-20 Thread sky5walk
​Thanks for checking. I am confident we have the tip after merging from
multiple user commits. But, it is certainly confusing to confirm this
visually.

http://www.fossil-scm.org/index.html/info/a78e51185326b91f
Edited Comment: Partially revert [f73411025e8ebec7]
. This fixes a
problem that when closing a fork by just doing "fossil merge" and additonal
arrow going up is displayed. Probably not the right fix. Remark: reverting
more than necessary. Already fixed on trunk.

http://www.fossil-scm.org/index.html/info/4cae5c94ea2241b3
Comment: (cherry-pick) Fix a timeline bug, showing an unintended arrow when
closing a fork.

Do these commits imply similar errors and fixed on trunk?

I will try compiling the latest fossil code and do a rebuild and report
back...


Thanks for Fossil!

On Wed, Jul 20, 2016 at 8:48 PM, Richard Hipp  wrote:

> It is difficult to say if this is a bug or a weird repo.  I'd need
> access to the repo to tell.
>
> On 7/20/16, sky5w...@gmail.com  wrote:
> > I've noticed weird multi-line timelines with v1.35.
> > Is this a bug or is it the skin run amok?
> > This repo has only trunk and 1 very old branch.
> >
> >
> https://www.reddit.com/r/fossil/comments/4tti7k/fossil_v1353aa86af6aa_is_this_multiline_timeline/
> >
> > Thanks for Fossil!
> >
>
>
> --
> D. Richard Hipp
> d...@sqlite.org
> ___
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Fossil v1.35[3aa86af6aa] - Is this multi-line timeline a bug?

2016-07-20 Thread Richard Hipp
It is difficult to say if this is a bug or a weird repo.  I'd need
access to the repo to tell.

On 7/20/16, sky5w...@gmail.com  wrote:
> I've noticed weird multi-line timelines with v1.35.
> Is this a bug or is it the skin run amok?
> This repo has only trunk and 1 very old branch.
>
> https://www.reddit.com/r/fossil/comments/4tti7k/fossil_v1353aa86af6aa_is_this_multiline_timeline/
>
> Thanks for Fossil!
>


-- 
D. Richard Hipp
d...@sqlite.org
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users