On 12/02/2013 04:32 AM, Philip Martin wrote: > Daniel Shahaf <d...@daniel.shahaf.name> writes: > >> Stefan Fuhrmann wrote on Thu, Nov 28, 2013 at 08:02:49 +0100: >>> On Wed, Nov 27, 2013 at 11:34 PM, Philip Martin >>> <philip.mar...@wandisco.com>wrote: >>> >>> I'm a bit relucant to use them because I'm not altogether happy with the >>>> way they are removed from the transaction before we know whether the >>>> commit will succeed. >>>> >>> >>> Just an idea: Why not keep the ephemeral props >>> until the commit almost completed: > > The current ephemeral properties implementation is in libsvn_repos. I > suppose we could move it into every FS implementation but I wasn't > planning that.
The ephemeral txnprops feature doesn't belong in the FS layer. They seem a poor fit here anyway, since they are designed to be ignored by default -- precisely the opposite of what you want as you seek to make svn:date *not* be ignored by default.