[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: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2007-03-11 19:29:55 CET

On 3/11/07, Malcolm Rowe <malcolm-svn-dev@farside.org.uk> wrote:
> 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?

Oops. I did.

/me reboots into Linux to fix.

bye, Erik

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Mar 11 19:30:08 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.