Philip Martin wrote on Tue, Mar 03, 2015 at 18:24:15 +0000: > Philip Martin <philip.mar...@wandisco.com> writes: > > > We could change the unreleased svn:client-date to something like > > svn:txn:client-date, and use svn:txn: for any others added in future. > > CHECK_OOD has never been implemented so could be deprecated, leaving > > only CHECK_LOCKS outside svn:txn:. > > A complication is that colons in property names are tricky for our > HTTP/DAV layers to get right, issue 1971.
That just means we have to avoid colons after the "svn:" prefix. That's what the current code does: the prefix is "svn:txn-*" with a hyphen: #define SVN_PROP_TXN_PREFIX SVN_PROP_PREFIX "txn-" Cheers, Daniel