On Thu, 2005-12-15 at 21:49 -0800, Vadim Chekan wrote:
> What is "recommended" APR version for svn-1.3? If it is apr-1.2
> should't it be reflected in INSTALL file? Becaue currently it
> mentions:
> 1. Apache Portable Runtime 0.9.7 (http://apr.apache.org/)
Expanding on Garrett's answer: APR 1.0 changed the size of apr_off_t on
most platforms to allow 64-bit file offsets. We are very happy about
this change in principle, but if we were to change the recommended APR
version between svn 1.0 and svn 1.x, apps built against svn 1.0 wouldn't
necessarily work properly against svn 1.x. (Both the APR API and the
svn API make use of svn_off_t in places.)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Dec 16 07:51:18 2005