On 09/14/2010 12:01 AM, Guido Sette wrote: > I "intuitively" know how the system works, but it is not clear to me the > steps required > to inject a checksum for each revision (As a comment into the file itself? As > a separate file?).
It could be done either way. The comment could be inserted with "ci -m'put your checksum here' file". A separate file could be maintained in parallel with the original. Perhaps the comment would be simpler.
