On Thu, Aug 22, 2013 at 5:19 PM, Ron Aaron <r...@ronware.org> wrote:

> Adding 'select mtime from config order by mtime;' helps, but it's too
> sensitive (the update time is there, as are a few other things which
> would change without the repo itself changing).
>

why not:

{
  ...Joerg's code...
  echo 'select name, value FROM config ORDER BY name' | fossil sqlite
} | fossil sha1 -

:-?

That allows you to add any number of such queries as you find other areas
which need to be accounted for (user list!).

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
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