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

Re: svn commit: r35191 - in trunk/subversion: include libsvn_client

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Tue, 13 Jan 2009 15:50:29 +0000

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

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.