public inbox for goredo-devel@lists.cypherpunks.ru
Atom feed
From: Sergey Matveev <stargrave@stargrave•org>
To: goredo-devel@lists.cypherpunks.ru
Subject: Re: redo-ood taking much longer to return in a copy of a project, compared with the original
Date: Fri, 19 Nov 2021 23:45:44 +0300	[thread overview]
Message-ID: <YZgM+DEd0GBBHZ55@stargrave.org> (raw)
In-Reply-To: <YZgL+AmcRH6LkJSq@stargrave.org>

[-- Attachment #1: Type: text/plain, Size: 449 bytes --]

I think that I can add an option to store and use mtime, instead of
ctime. It won't be on by default, but if someone (actually in most cases
on modern high-time-resolution file systems) trusts his system behaviour,
it could be useful. At least mtime can be kept during copying (cp -a,
tar c | tar x), that is impossible with ctime.

-- 
Sergey Matveev (http://www.stargrave.org/)
OpenPGP: CF60 E89A 5923 1E76 E263  6422 AE1A 8109 E498 57EF

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  reply	other threads:[~2021-11-19 20:45 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-19 20:23 redo-ood taking much longer to return in a copy of a project, compared with the original Karolis K
2021-11-19 20:41 ` Sergey Matveev
2021-11-19 20:45   ` Sergey Matveev [this message]
2021-11-20 19:18 Karolis K
2021-11-21 19:00 ` Sergey Matveev