On 03/21/2012 09:18 PM, Leo Razoumov wrote: > Poor man's way of figuring it out is to capture the output from fossil > pull (or fossil push) command, parse it and if all numbers of > transfered artifacts and deltas are zero than nothing changed.
That will not work in this case, because I do not do the external save all the time. That is to say, that the encrypted off-site files are only updated periodically, while the fossil repos they are made from are updated possibly often. So what I am looking for is a way to take a 'snapshot' of a repo, and determine if the new version of that repo is actually different, even though I may have done multiple "pulls" in between checks. I hope I'm explaning what I want to do sufficiently well... The main reason for these contortions is that I don't want to send a 500M file over my limited bandwidth if I don't need to. _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

