> -----Original Message----- > From: Hyrum K Wright [mailto:hy...@hyrumwright.org] > Sent: woensdag 18 mei 2011 23:22 > To: dev@subversion.apache.org > Cc: comm...@subversion.apache.org > Subject: Re: svn commit: r1104160 - > /subversion/trunk/subversion/libsvn_subr/utf.c > > 2011/5/18 Branko Čibej <br...@e-reka.si>: > > On 17.05.2011 14:16, Hyrum K Wright wrote: > >> apr_atomic_xchgptr() and friends are not available on APR 0.9. (This > >> is causing a buildbot build failure.) > > > > Maybe we should just drop support for APR-0.9 finally? I know that we > > sort of "promise" to support it, but really, it's been obsolete for years. > > Yah know, I've been wondering the same thing for a while too. While > there might be a theoretical problem in changing our guarantee, I > don't think there will be a practical one. (Certainly far less that > what may happen with other 1.7 changes.)
What does the apr project say about 0.9 support? If they stop supporting it, we can too I suppose. Bert > > -Hyrum