Yeah, something on that order.  I need to refine it (but what I have
does work, it's just clunky).  Still would be nice to simply be able to
say "fossil fingerprint"...

On 08/22/2013 06:26 PM, Stephan Beal wrote:
> On Thu, Aug 22, 2013 at 5:19 PM, Ron Aaron <r...@ronware.org
> <mailto: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

-- 
Please use my GnuPG key "AD29415D" to communicate with me securely

_______________________________________________
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