[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 2772 - trunk/subversion/libsvn_repos

From: William Uther <will+_at_cs.cmu.edu>
Date: 2002-07-29 22:27:17 CEST

On 29/7/02 4:23 PM, "cmpilato@collab.net" <cmpilato@collab.net> wrote:

> William Uther <will+@cs.cmu.edu> writes:
>
>> Yes, you could make them all one or the other. If you choose apr_size_t
>> then you've lost the ability to handle large files (which may not matter as
>> other code already has that limit?). If you choose apr_off_t then proplen
>> is larger than it needs to be, but that's not a major issue.
>
> This is what I suspected. Thanks for the info.
>

The one thing to make sure of is that the content_length is large enough to
hold textlen + proplen. Prior to the patch it wasn't.

\x/ill :-}

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jul 29 22:28:22 2002

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.