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

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

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2005-10-16 22:55:01 CEST

==============================================================================
> > --- trunk/subversion/libsvn_wc/adm_ops.c (original)
> > +++ trunk/subversion/libsvn_wc/adm_ops.c Sun Oct 16 02:12:02 2005
> > @@ -1652,7 +1652,7 @@
> > SVN_WC__LOG_SET_TIMESTAMP,
> > SVN_WC__LOG_ATTR_NAME,
> > name,
> > - SVN_WC__LOG_ATTR_DEST,
> > + SVN_WC__LOG_ATTR_TIMESTAMP,
> > svn_time_to_cstring (entry->cmt_date, pool),
> > NULL);
> >
> >
> It is my fault. I have copy-pasted and missed to replace, sorry. I was
> sleeping when David James caught this. Thanks Erik for fixing it.

Well, don't take it too hard: it only proves my theory that we don't
have enough safety guarantees in libsvn_wc. I'm working now to provide
a libsvn_wc internal API to generate log files. (ie, a series of
svn_wc__loggy_* functions)

bye,

Erik.
Received on Sun Oct 16 22:55: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.