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

Deprecate svn_fs_revision_prop() and svn_fs_txn_prop()?

From: Blair Zajac <blair_at_orcaware.com>
Date: Tue, 30 Nov 2010 16:42:22 -0800

We allow binary data to be stored in revision properties, and given that
svn_fs_revision_prop() and svn_fs_txn_prop() return const char * data, then it's
possible for the caller to not "see" all the data if there's a \0 in it.

So should we deprecate them? Maybe add ...prop2() versions that use svn_string_t?

Blair
Received on 2010-12-01 01:43:03 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.