You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by David Glasser <gl...@mit.edu> on 2006/10/01 19:21:48 UTC

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

On 10/1/06, dionisos@tigris.org <di...@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.

--dave

-- 
David Glasser | glasser@mit.edu | http://www.davidglasser.net/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

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

Posted by Erik Huelsmann <eh...@gmail.com>.
On 10/1/06, David Glasser <gl...@mit.edu> wrote:
> On 10/1/06, dionisos@tigris.org <di...@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