~bzr-pqm/bzr/bzr.dev

Viewing all changes in revision 4934.1.1.

  • Committer: John Arbash Meinel
  • Date: 2010-01-05 18:35:25 UTC
  • mto: (4934.1.9 2.1.0rc1-set-mtime)
  • mto: This revision was merged to the branch mainline in revision 4940.
  • Revision ID: john@arbash-meinel.com-20100105183525-6hbg9m5o76j1cb16
Basic implementation for windows and bug #488724.


The request is that whenever we create a new batch of files,
they should all get the same timestamp.
This is so that if you version both a source file and its generated
result, then when you update to a new version, the system doesn't
think that the generated file needs to be rebuilt.

This is done on Windows using the SetFileInformationByHandle api.
We'll probably implement it on POSIX using futimes.
Though ideally we'd support futimens if it was available.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: