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

Re: svn commit: r16900 - trunk/subversion/libsvn_wc

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2005-10-24 10:55:13 CEST

On 10/24/05, Philip Martin <philip@codematters.co.uk> wrote:
> dionisos@tigris.org writes:
>
> > Author: dionisos
> > Date: Fri Oct 21 16:26:28 2005
> > New Revision: 16900
>
> > * subversion/libsvn_wc/log.h
> > * subversion/libsvn_wc/log.c
> > (SVN_WC__LOG_ATTR_PROPNAME, SVN_WC__LOG_ATTR_PROPVAL): Move out of the
> > library wide interface too.
> >
> > * subversion/libsvn_wc/adm_ops.c (remove_revert_file): Fix indenting.
>
> > --- trunk/subversion/libsvn_wc/log.h (original)
> > +++ trunk/subversion/libsvn_wc/log.h Fri Oct 21 16:26:28 2005
> > @@ -57,8 +57,6 @@
> > how these are used. **/
> > #define SVN_WC__LOG_ATTR_NAME "name"
> > #define SVN_WC__LOG_ATTR_DEST "dest"
> > -#define SVN_WC__LOG_ATTR_PROPNAME "propname"
> > -#define SVN_WC__LOG_ATTR_PROPVAL "propval"
> > #define SVN_WC__LOG_ATTR_REVISION "revision"
> > #define SVN_WC__LOG_ATTR_TEXT_REJFILE "text-rejfile"
> > #define SVN_WC__LOG_ATTR_PROP_REJFILE "prop-rejfile"
> > @@ -149,6 +147,16 @@
> > const char *path,
> > apr_pool_t *pool);
> >
> > +
> > +/* Extend **LOG_ACCUM with
> > + */
> > +svn_error_t *
> > +svn_wc__loggy_entry_modify (svn_stringbuf_t **log_accum,
> > + svn_wc_adm_access_t *adm_access,
> > + const char *name,
> > + svn_wc_entry_t *entry,
> > + apr_uint32_t modify_flags,
> > + apr_pool_t *pool);
>
> That bit is not mentioned in the log message.

That's because it shouldn't have been there.

I'll update the log message to indicate in which commit it should have been.

bye,

Erik (who sighs that no commit of his has been painless lately)
Received on Mon Oct 24 10:59:55 2005

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.