On 10/1/06, David Glasser <glasser@mit.edu> wrote:
> On 10/1/06, dionisos@tigris.org <dionisos@tigris.org> wrote:
> > Author: dionisos
> > Date: Sun Oct 1 11:45:44 2006
> > New Revision: 21728
> >
> > Log:
> > Make room for 31 more svn_wc_entry_t fields to be manipulated by resizing
> > the flags bitmap to 63 bits.
> >
> > Note: APR 0.9 has no APR_UINT64_C, meaning we can only define
> > constants for the first 63 bits.
> >
> > Note: I need at least 1 more svn_wc_entry_t field to store
> > the revertbase checksum.
> >
> > * subversion/libsvn_wc/relocate.c
> > * subversion/libsvn_wc/entries.c
> > * subversion/libsvn_wc/copy.c
> > * subversion/libsvn_wc/entries.h
> > * subversion/libsvn_wc/log.c
> > * subversion/libsvn_wc/adm_ops.c
> > * subversion/libsvn_wc/log.h
> > * subversion/libsvn_wc/update_editor.c
> > Change the flags bitfield from apr_uint32_t to apr_uint64_t.
> >
> > Modified:
> > trunk/subversion/include/svn_wc.h
>
> The log message is missing the change to include/svn_wc.h.
Ouch! That shouldn't have been there!
I'll revert and re-add when appropriate.
Thanks!
Erik.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Oct 1 21:52:54 2006