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

Re: ephemeral txnprops

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: Mon, 1 Jul 2013 14:22:25 -0400

On 07/01/2013 02:16 PM, Daniel Shahaf wrote:
> C. Michael Pilato wrote on Mon, Jul 01, 2013 at 14:13:50 -0400:
>> I saw the "user-agent" change go through. What about "compat-version"? Did
>> you intentionally omit that one?
>
> No; svn:txn-client-compat-version was already being set over ra_local.
> From the r1498608 diff:
>
> @@ -765,6 +778,8 @@ svn_ra_local__get_commit_editor(svn_ra_s
> svn_string_create(sess->username, pool));
> svn_hash_sets(revprop_table, SVN_PROP_TXN_CLIENT_COMPAT_VERSION,
> svn_string_create(SVN_VER_NUMBER, pool));
> + svn_hash_sets(revprop_table, SVN_PROP_TXN_USER_AGENT,
> + svn_string_create(sess->useragent, pool));
>

Ah! Thanks.

-- 
C. Michael Pilato <cmpilato_at_collab.net>
CollabNet   <>   www.collab.net   <>   Enterprise Cloud Development

Received on 2013-07-01 20:22:59 CEST

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.