[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r1663738 - in /subversion/trunk/subversion: libsvn_fs/fs-loader.c tests/cmdline/svnlook_tests.py tests/libsvn_fs/fs-test.c

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Wed, 4 Mar 2015 02:12:23 +0000

Philip Martin wrote on Tue, Mar 03, 2015 at 18:24:15 +0000:
> Philip Martin <philip.martin_at_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
Received on 2015-03-04 03:12:53 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.