Re: [fossil-users] Bug: Unable to clone

2017-08-08 Thread Roy Keene

Victor,

	No message appears to have been included in this email... was that 
intentional ?


Thanks,
Roy Keene

On Tue, 8 Aug 2017, Victor Wagner wrote:


On Tue, 13 Jun 2017 06:34:20 -0500 (CDT)
Roy Keene  wrote:


Richard,

That seems to have fixed it:


$ cd ~/devel/aurae
$ /home/rkeene/devel/fossil/fossil version
This is fossil version 2.3 [3200a7c72e] 2017-06-13 05:12:55
UTC $ /home/rkeene/devel/fossil/fossil rebuild
  100.0% complete...
rebuilding the search index... done
$ rm -f /tmp/x.repo; /home/rkeene/devel/fossil/fossil clone
~/devel/aurae/.repo /tmp/x.repo Repository cloned into /tmp/x.repo
Rebuilding repository meta-data...
  100.0% complete...
Extra delta compression...
Vacuuming the database...
project-id: 6f28ae81cd49eaeaa8d55ac7bd1bad5ef71c4ad4
server-id:  09c7831f6f8b06a5dc2497431444a4f3961ffec2
admin-user: rkeene (password is "010b01")
$ /home/rkeene/devel/fossil/fossil fts
check-in search: on
document search: on
ticket search:   on
wiki search: on
Porter stemmer:  on
full-text index: enabled
documents:   3515
$

Thanks,
Roy Keene


On Tue, 13 Jun 2017, Richard Hipp wrote:


On 6/13/17, Roy Keene  wrote:

Richard,

No change.



I checked in a change (to trunk) that seems likely to fix this.
Please try yet again using the latest trunk.
--
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


___
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] Bug: Unable to clone

2017-08-08 Thread Victor Wagner
On Tue, 13 Jun 2017 06:34:20 -0500 (CDT)
Roy Keene  wrote:

> Richard,
> 
>   That seems to have fixed it:
> 
> 
>   $ cd ~/devel/aurae
>   $ /home/rkeene/devel/fossil/fossil version
>   This is fossil version 2.3 [3200a7c72e] 2017-06-13 05:12:55
> UTC $ /home/rkeene/devel/fossil/fossil rebuild
> 100.0% complete...
>   rebuilding the search index... done
>   $ rm -f /tmp/x.repo; /home/rkeene/devel/fossil/fossil clone
> ~/devel/aurae/.repo /tmp/x.repo Repository cloned into /tmp/x.repo
>   Rebuilding repository meta-data...
> 100.0% complete...
>   Extra delta compression...
>   Vacuuming the database...
>   project-id: 6f28ae81cd49eaeaa8d55ac7bd1bad5ef71c4ad4
>   server-id:  09c7831f6f8b06a5dc2497431444a4f3961ffec2
>   admin-user: rkeene (password is "010b01")
>   $ /home/rkeene/devel/fossil/fossil fts
>   check-in search: on
>   document search: on
>   ticket search:   on
>   wiki search: on
>   Porter stemmer:  on
>   full-text index: enabled
>   documents:   3515
>   $
> 
> Thanks,
>   Roy Keene
> 
> 
> On Tue, 13 Jun 2017, Richard Hipp wrote:
> 
> > On 6/13/17, Roy Keene  wrote:
> >> Richard,
> >>
> >>No change.
> >>
> >
> > I checked in a change (to trunk) that seems likely to fix this.
> > Please try yet again using the latest trunk.
> > -- 
> > 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

___
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] Bug: Unable to clone

2017-06-13 Thread Roy Keene

Richard,

That seems to have fixed it:


$ cd ~/devel/aurae
$ /home/rkeene/devel/fossil/fossil version
This is fossil version 2.3 [3200a7c72e] 2017-06-13 05:12:55 UTC
$ /home/rkeene/devel/fossil/fossil rebuild
  100.0% complete...
rebuilding the search index... done
$ rm -f /tmp/x.repo; /home/rkeene/devel/fossil/fossil clone 
~/devel/aurae/.repo /tmp/x.repo
Repository cloned into /tmp/x.repo
Rebuilding repository meta-data...
  100.0% complete...
Extra delta compression...
Vacuuming the database...
project-id: 6f28ae81cd49eaeaa8d55ac7bd1bad5ef71c4ad4
server-id:  09c7831f6f8b06a5dc2497431444a4f3961ffec2
admin-user: rkeene (password is "010b01")
$ /home/rkeene/devel/fossil/fossil fts
check-in search: on
document search: on
ticket search:   on
wiki search: on
Porter stemmer:  on
full-text index: enabled
documents:   3515
$

Thanks,
Roy Keene


On Tue, 13 Jun 2017, Richard Hipp wrote:


On 6/13/17, Roy Keene  wrote:

Richard,

No change.



I checked in a change (to trunk) that seems likely to fix this.
Please try yet again using the latest trunk.
--
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] Bug: Unable to clone

2017-06-12 Thread Richard Hipp
On 6/13/17, Roy Keene  wrote:
> Richard,
>
>   No change.
>

I checked in a change (to trunk) that seems likely to fix this.
Please try yet again using the latest trunk.
-- 
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] Bug: Unable to clone

2017-06-12 Thread Richard Hipp
On 6/13/17, Roy Keene  wrote:
>
> If I do "fossil fts-config index off" then I can clone, but if I then do
> "fossil fts-config index on" I cannot again due to the same error.
>

That can be your work-around until I get to the bottom of this.  I'm
currently in Budapest for an important couple of days of meetings, and
I have https://www.sqlite.org/src/tktview/cfa2c908f218254 to deal with
first, so there might be a little delay until I can get to this.

-- 
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] Bug: Unable to clone

2017-06-12 Thread Roy Keene

Richard,

No change.

See below:

$ fossil info
project-name: Fossil
repository:   /home/rkeene/devel/fossil/.repo
local-root:   /home/rkeene/devel/fossil/
config-db:/home/rkeene/.fossil
project-code: CE59BB9F186226D80E49D1FA2DB29F935CCA0333
checkout: 699fca172dbd5820bce79a76d0eeb0d5fc52 2017-06-12 
01:23:28 UTC
parent:   1b3fa2610a494166b7ab61c6fd6bfab8b1752be4 2017-06-11 
16:25:56 UTC
tags: trunk
comment:  Remove another set of extraneous backslash from an error 
message in the ticket editing webpage. (user: mistachkin)
check-ins:10607
$ ./fossil  version
This is fossil version 2.3 [699fca172d] 2017-06-12 01:23:28 UTC
$ rm -f /tmp/x.repo; ./fossil clone ~/devel/aurae/.repo /tmp/x.repo
Repository cloned into /tmp/x.repo
Rebuilding repository meta-data...
  0.0% complete...
SQLITE_ERROR: no such table: ftsidx_segments
./fossil: no such table: ftsidx_segments: {
DROP TABLE "ftsidx_segments";
DROP TABLE "ftsidx_segdir";
DROP TABLE "ftsidx_docsize";
DROP TABLE "ftsidx_stat";
}
$

There's nothing particularly special about this repo... I have FTS enabled:
$ fossil fts
check-in search: off
document search: on
ticket search:   on
wiki search: on
Porter stemmer:  off
full-text index: enabled
documents:   3512
$

I tried "fossil fts-config reindex", but no change.

If I do "fossil fts-config index off" then I can clone, but if I then do 
"fossil fts-config index on" I cannot again due to the same error.


Thanks,
Roy Keene

On Tue, 13 Jun 2017, Richard Hipp wrote:


On 6/12/17, Roy Keene  wrote:

All,

I've run into a bug with Fossil 2.2 where I am unable to clone my
current repository.  Instead of cloning I get:

$ mkdir /tmp/fossil-2.2-upstream
$ cd /tmp/fossil-2.2-upstream/
$ wget http://fossil-scm.org/index.html/uv/fossil-linux-x86-2.2.tar.gz
fossil-linux-x86-2.2.tar.gz
$ tar -xf fossil-linux-x86-2.2.tar.gz
$ readlink -f fossil
/tmp/fossil-2.2-upstream/fossil
$ /tmp/fossil-2.2-upstream/fossil rebuild
  100.0% complete...
rebuilding the search index... done
$ rm -f /tmp/x.repo; /tmp/fossil-2.2-upstream/fossil clone
~/devel/aurae/.repo /tmp/x.repo
Repository cloned into /tmp/x.repo
Rebuilding repository meta-data...
  0.0% complete...
SQLITE_ERROR: no such table: ftsidx_segments
/tmp/fossil-2.2-upstream/fossil: no such table: ftsidx_segments: {
DROP TABLE "ftsidx_segments";
DROP TABLE "ftsidx_segdir";
DROP TABLE "ftsidx_docsize";
DROP TABLE "ftsidx_stat";
}


Is this a known bug ?  Is there any resolution ?


I don't recall anything like this.  Have you tried using the latest
trunk version of Fossil (which is to say, the version of Fossil being
used on Fossil's self-hosting website)?
--
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] Bug: Unable to clone

2017-06-12 Thread Richard Hipp
On 6/12/17, Roy Keene  wrote:
> All,
>
>   I've run into a bug with Fossil 2.2 where I am unable to clone my
> current repository.  Instead of cloning I get:
>
>   $ mkdir /tmp/fossil-2.2-upstream
>   $ cd /tmp/fossil-2.2-upstream/
>   $ wget http://fossil-scm.org/index.html/uv/fossil-linux-x86-2.2.tar.gz
>   fossil-linux-x86-2.2.tar.gz
>   $ tar -xf fossil-linux-x86-2.2.tar.gz
>   $ readlink -f fossil
>   /tmp/fossil-2.2-upstream/fossil
>   $ /tmp/fossil-2.2-upstream/fossil rebuild
> 100.0% complete...
>   rebuilding the search index... done
>   $ rm -f /tmp/x.repo; /tmp/fossil-2.2-upstream/fossil clone
> ~/devel/aurae/.repo /tmp/x.repo
>   Repository cloned into /tmp/x.repo
>   Rebuilding repository meta-data...
> 0.0% complete...
>   SQLITE_ERROR: no such table: ftsidx_segments
>   /tmp/fossil-2.2-upstream/fossil: no such table: ftsidx_segments: {
>   DROP TABLE "ftsidx_segments";
>   DROP TABLE "ftsidx_segdir";
>   DROP TABLE "ftsidx_docsize";
>   DROP TABLE "ftsidx_stat";
>   }
>
>
> Is this a known bug ?  Is there any resolution ?

I don't recall anything like this.  Have you tried using the latest
trunk version of Fossil (which is to say, the version of Fossil being
used on Fossil's self-hosting website)?
-- 
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