Re: [fossil-users] fossil reports no changes after editing files?

2015-07-02 Thread Luca Ferrari
On Wed, Jul 1, 2015 at 2:11 PM, Richard Hipp d...@sqlite.org wrote:
 With mtime-changes off, Fossil computes a SHA1 checksum on every file
 in the repository when it checks for changes.  That can be slow for a
 large repo, but it won't miss changes.


In fact I've disabled repo-chksum for the reason it was too slow on
this repository.


 Or you can leave mtime-chanages on and just do

 fossil changes --sha1sum

 if you run across a case where Fossil is not detecting an edit.  The
 --sha1sum option causes it to do a full SHA1 checksum on all files,
 just that once.

That's interestng and useful, I will see if it happens again (or it
was due to the second leap) and in the case use the --sha1sum option.

Thanks,
Luca
___
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 reports no changes after editing files?

2015-07-02 Thread Stephan Beal
On Thu, Jul 2, 2015 at 9:08 AM, Luca Ferrari fluca1...@infinito.it wrote:

 On Wed, Jul 1, 2015 at 2:11 PM, Richard Hipp d...@sqlite.org wrote:
  With mtime-changes off, Fossil computes a SHA1 checksum on every file
  in the repository when it checks for changes.  That can be slow for a
  large repo, but it won't miss changes.
 

 In fact I've disabled repo-chksum for the reason it was too slow on
 this repository.


Out of curiosity, are you running under a VM? i have seen many VMs which
cannot keep a clock synched well, drifting by 10+ minutes per day, and that
might account for what you're seeing.

-- 
- 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


Re: [fossil-users] fossil reports no changes after editing files?

2015-07-02 Thread Luca Ferrari
On Thu, Jul 2, 2015 at 9:47 AM, Stephan Beal sgb...@googlemail.com wrote:

 Out of curiosity, are you running under a VM? i have seen many VMs which
 cannot keep a clock synched well, drifting by 10+ minutes per day, and that
 might account for what you're seeing.

Not this repository, this is running on bare metal.

Luca
___
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] FTS5 document typo?

2015-07-02 Thread Dan Kennedy
Thanks for pointing these problems out. I missed your post first time
around and it was just pointed out to me.

The missing comma is just a typo. Will fix. The empty codeblocks should be
fixed next time the website is published. In the meantime, this copy is
more complete:

  https://sqlite.org/draft/fts5.html

Dan.


On Wed, Jul 1, 2015 at 6:18 AM, Andy Goth andrew.m.g...@gmail.com wrote:

 On 6/30/2015 6:14 PM, Andy Goth wrote:
  http://www.sqlite.org/fts5.html
 
  SELECT highlight(fts, 0, 'b' '/b') FROM fts WHERE fts MATCH ?
 
  Should there be a comma between 'b' and '/b'?

 Maybe it's just a work in progress, but I still should point out there
 are also several empty code blocks in the document, following these
 sentences:

 - The latter is intended to facilitate the implementation of tokenizer
 wrappers similar to the built-in porter tokenizer.

 - The type of each function is as for the member variables of the
 fts5_tokenizer struct:

 - The implementation should be a C function of type
 fts5_extension_function, defined as follows:

 - 6.2.1. Custom Auxiliary Functions API Reference

 --
 Andy Goth | andrew.m.goth/at/gmail/dot/com


 ___
 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