That is a nice start.

Unfortunately, it doesn't catch config changes.

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

Food for thought, though.

On 08/22/2013 12:00 PM, Joerg Sonnenberger wrote:
> On Thu, Aug 22, 2013 at 06:41:58AM +0300, Ron Aaron wrote:
>> So I tried to find a way to discern whether or not a repo was *really*
>> different, and I hit upon the following.  I think it would be nice if
>> there were an easier way.
> echo 'select uuid from blob order by blob' | fossil sqlite | fossil sha1 -
>
> would be a good start.
>
> Joerg
>

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