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

Re: svn commit: r23767 - in trunk/subversion: include libsvn_wc

From: Malcolm Rowe <malcolm-svn-dev_at_farside.org.uk>
Date: 2007-03-11 19:25:02 CET

On Sat, Mar 10, 2007 at 03:22:26AM -0800, dionisos@tigris.org wrote:
> * subversion/libsvn_wc/entries.h
> (SVN_WC__ENTRY_ATTR_WORKING_SIZE,
> SVN_WC__ENTRY_MODIFY_WORKING_SIZE): New constant.
> (SVN_WC__ENTRY_MODIFY_ALL): Adjust to include all bits again.
> (SVN_WC__ENTRY_MODIDY_FORCE): Move this flag to the topmost bit to prevent
> it shifting every time we define a new bit.
>
> --- trunk/subversion/libsvn_wc/entries.h (original)
> +++ trunk/subversion/libsvn_wc/entries.h Sat Mar 10 03:22:25 2007
> /* ...or perhaps this to mean all of those above... */
> -#define SVN_WC__ENTRY_MODIFY_ALL APR_INT64_C(0xFFFFFFFF)
> +#define SVN_WC__ENTRY_MODIFY_ALL APR_INT64_C(0x000000001FFFFFFF)
>

Uh, did you miscount the 'F's there?

Regards,
Malcolm

  • application/pgp-signature attachment: stored
Received on Sun Mar 11 19:25:15 2007

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.