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

Re: svn commit: rev 5476 - in trunk/subversion: bindings/ruby clients/cmdline include libsvn_fs libsvn_fs/bdb libsvn_fs/util libsvn_ra_dav libsvn_ra_svn libsvn_repos libsvn_subr mod_dav_svn tests/libsvn_fs

From: <kfogel_at_collab.net>
Date: 2003-03-26 23:24:53 CET

brane@tigris.org writes:
> Working on issue 639.
>
> This introduces svn_filesize_t for file sizes and absolute offsets
> into files, and changes most of the FS interfaces to use it instead
> of apr_off_t or apr_size_t.
>
> We now use apr_size_t only for sizes of and offsets into chunks of
> date (e.g., stream chunks), not for whole file sizes. The delta and
> diff code, and some of the ra_svn marshalling, still use apr_off_t.
> This will be phased out; for now, the interaction points are marked
> with comments saying "FIXME: svn_filesize_t".
>
> This commit also fixes a few places where we weren't using the right
> kind of printf formats, and we now depend on apr-0.9.2 that defines
> APR_UINT64_T_FMT.

Whoo-whee!

<relief>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 27 00:05:06 2003

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.