Bert Huijben wrote:
> Author: rhuijben
> Date: Mon Jan 12 13:00:37 2009
> New Revision: 35191
>
> Log:
> * subversion/include/svn_client.h
> (SVN_INFO_SIZE_UNKNOWN): Update documentation to describe difference with
> SVN_FILE_SIZE_UNKNOWN.
> (SVN_FILE_SIZE_UNKNOWN): New unknown file size define for 64 bit values.
> (svn_info_t): Add size64 and working_size64 fields that can contain large
> file sizes. Deprecate size and working_size and describe their overflow
> behavior.
> * subversion/libsvn_client/info.c
> (build_info_from_dirent): Fill size64 with the entry data and apply overflow
> check before filling size.
> (build_info_from_entry): Fill working_size64 with the entry data and apply
> overflow check before filling working_size.
> (build_info_for_unversioned): Fill size, size64, working_size and
> working_size64 with their unknown value.
Hey Bert, that's great, thanks!
I tweaked the name of the new constant from SVN_FILE_SIZE_UNKNOWN to
SVN_INFO_SIZE64_UNKNOWN in r35207 to keep it in the same "name space".
- Julian
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1022144
Received on 2009-01-13 16:51:00 CET