> FileMonitor.cpp uses fs::last_write_time and computes crc only if the
> time has changed.

Thank. This is helpful:

./src/support/FileMonitor.cpp:  pimpl_->timestamp_ =
fs::last_write_time(pimpl_->filename_.toFilesystemEncoding());

Do you want the same approach here? (This means I need to save both
timestamp_ and checksum_). I think a timestamp only solution is
problematic because certain svn operations can change timestamp (not
sure).

Bo

Reply via email to