Mailinglist Archive: zypp-devel (84 mails)
| < Previous | Next > |
Re: [zypp-devel] Re: [zypp-commit] r10844 - /trunk/sat-solver/tools/repo_products.c
- From: Klaus Kaempf <kkaempf@xxxxxxx>
- Date: Thu, 21 Aug 2008 23:10:59 +0200
- Message-id: <20080821211059.GA6199@xxxxxxxxxxxxx>
* Michael Schroeder <mls@xxxxxxx> [Aug 21. 2008 23:01]:
Then lets use mtime.
Bummer !
Klaus
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
Well, traditionally access time change is also a inode change, thus
ctime changed on every file access.
Linux seems to be different here, file access seems to only change
atime. Anyway, every write changes both ctime and mtime, so mtime is
the one that changes the fewest.
Then lets use mtime.
Unix doesn't maintain a 'creation time' at all.
Bummer !
Klaus
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
| < Previous | Next > |