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

Safe to add a field to svn_error_t?

From: Blair Zajac <blair_at_orcaware.com>
Date: Thu, 23 Dec 2010 22:10:50 -0800

The addition of "tracing" to svn_error_t in 1.7 currently uses a special message
string "traced call". Instead of doing this, can we safely add an svn_boolean_t
to svn_error_t the indicates if it is a traced error?

While svn_error_t is public, I'm hoping most people are creating them with
svn_error_create*(), so if that's the case, then code written and compiled
against svn <= 1.6 would work fine when linked against a 1.7 library.

Thoughts?

Blair
Received on 2010-12-24 07:11:30 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.