Hi Karel, as i understand this option, it is indeed for extra integrity checking. It checks all the files in your checkout, not only those involved in the commit and allows to find data corruption on file system.
As other scms don't do that check (svn and git), I think it is safe to leave it off. Nikita. On Sat, Oct 29, 2016, 13:34 Karel Gardas <[email protected]> wrote: > Hi Nikita, > > your advice indeed helped a lot and brings commit to 20 seconds here. > Now, the question is if I may really leave file integrity to > file-system or if even ZFS/Btrfs is not enough here and fossil does > some other magic? > > Thanks! > Karel > > On Fri, Oct 28, 2016 at 7:33 PM, Nikita Borodikhin <[email protected]> > wrote: > > Hi Karel, > > > > I have quite a big repository (3.4G) imported from svn by a custom > tool. It > > also took several minutes to commit, and most of the time was spent in > md5 > > hash computation. It is extra precaution to ensure checkout file > integrity, > > which can be turned off with repo-cksum setting. > > > > With that setting off, it takes 4 to 6 second to commit. > _______________________________________________ > fossil-users mailing list > [email protected] > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users >
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

