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

Add properties output param to svn_wc__db_*_get_info()?

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Tue, 4 Dec 2012 22:41:36 +0000 (GMT)

Bert and others:

Would it be OK (performance-wise) to add optional 'properties' outputs to the

 svn_wc__db_base_get_info()
svn_wc__db_depth_get_info()
svn_wc__db_read_info()

APIs, instead of the separate and irregular APIs we currently have for specifically requesting the props? The point is to regularize the APIs.

I want to know if the act of including the props field in the main SQL request would be cause for concern. Alternatively we can just issue a second SQL stmt for the props, but within the same func, if that seems better.

- Julian

--
Certified & Supported Apache Subversion Downloads: http://www.wandisco.com/subversion/download
Received on 2012-12-04 23:42:11 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.