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

Re: SVN 1.5 beta1 - info2 returns svn_info_t.size == 4294967295

From: Alan Barrett <apb_at_cequrux.com>
Date: Thu, 27 Mar 2008 14:34:26 +0200

On Wed, 26 Mar 2008, Barry Scott wrote:
> I'm running svn 1.5 beta1 on Mac OS X 10.4.11 PowerPC.
>
> svn_client_info2() for a wc file returned
>
> working_size == 33
> size == 4294967295
>
> How should I interpret the value 4294967295?

4294967295 == 0xFFFFFFFF. It looks as though something stored the value
-1 into a variable that was later interpreted as an unsigned 32-bit
integer.

--apb (Alan Barrett)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-03-27 13:34:50 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.