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

Re: CVS update: subversion/subversion/client trace.c

From: Karl Fogel <kfogel_at_galois.collab.net>
Date: 2000-12-22 22:05:55 CET

Greg Stein <gstein@lyra.org> writes:
> Karl -- I understand that you made additional changes, but I also find it
> nice to credit who the original patch came from.

Ohmigosh -- you're absolutely right, and in fact I made a mental note
to stick Bill's name on the log entry. Then the change turned out to
be so involved that by the time I was writing the log entry, I had
simply forgotten.

Bill, my apologies. I know you probably don't mind much either way,
but I went and fixed it with "cvs admin -m" anyway.

-K

> [ yes, I'm sure this is a simple oversight, but wanted to point it out for
> future reference, and possibly for other people on the list to do, too. ]
>
> Cheers,
> -g
>
> On Fri, Dec 22, 2000 at 10:48:10PM -0000, kfogel@tigris.org wrote:
> > User: kfogel
> > Date: 00/12/22 14:48:10
> >
> > Modified: subversion/client trace.c
> > Log:
> > (svn_delta_edit_fns_t): changed `delete' to `delete_item', to avoid
> > incompatibility with C++. All uses changed.
> > (svn_txdelta_window_t): changed `new' to `new_data', for same reason.
> > All uses changed.
> >
> > Revision Changes Path
> > 1.17 +2 -2 subversion/subversion/client/trace.c
> >
> > Index: trace.c
> > ===================================================================
> > RCS file: /cvs/subversion/subversion/client/trace.c,v
> > retrieving revision 1.16
> > retrieving revision 1.17
> > diff -u -r1.16 -r1.17
> > --- trace.c 2000/12/06 21:30:43 1.16
> > +++ trace.c 2000/12/22 22:48:10 1.17
> > @@ -69,7 +69,7 @@
> >
> >
> > static svn_error_t *
> > -delete (svn_string_t *name, void *parent_baton)
> > +delete_item (svn_string_t *name, void *parent_baton)
> > {
> > struct dir_baton *d = parent_baton;
> >
> > @@ -339,7 +339,7 @@
> > static const svn_delta_edit_fns_t trace_editor =
> > {
> > replace_root,
> > - delete,
> > + delete_item,
> > add_directory,
> > replace_directory,
> > change_dir_prop,
> >
> >
> >
>
> --
> Greg Stein, http://www.lyra.org/
Received on Sat Oct 21 14:36:18 2006

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.