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

ephemeral txnprops

From: Daniel Shahaf <danielsh_at_elego.de>
Date: Mon, 1 Jul 2013 18:54:54 +0300

SVN_RA_CAPABILITY_EPHEMERAL_TXNPROPS seems to be queried only by the
libsvn_ra_serf and libsvn_ra_svn. Is there a reason not to either:

- Make ra_local set those properties too
or
- Move the logic querying that capability (and when available setting
  svn:txn-* revprops) to ra_loader.c

?

The test suite's expectations hardcode exactly what the current
implementation does:

  # from svnlook_tests.py test_txn_flag
  [[[
  if svntest.main.is_ra_type_dav() or svntest.main.is_ra_type_svn():
    expected_data.append(' svn:txn-user-agent\n')
  ]]]
Received on 2013-07-01 17:55:39 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.