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

Re: svn commit: rev 763 - trunk/subversion/libsvn_wc trunk/subversion/libsvn_ra_local trunk/subversion/mod_dav_svn trunk/subversion/tests/clients/cmdline

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-01-09 16:52:09 CET

Philip Martin <philip@codematters.co.uk> writes:

> > + if (committed_date)
> > + {
> > + name = svn_stringbuf_create (SVN_PROP_ENTRY_COMMITTED_DATE, subpool);
> > + value = svn_stringbuf_create_from_string (committed_date, subpool);
> > + }
> > SVN_ERR ((*pset_func) (real_baton, name, value));
>
> If committed_date is null, name and value don't get changed and so
> represent SVN_PROP_ENTRY_COMMITTED_REV, which gets sent twice. Then
> committed-date will not get removed from the entries file.

Oops, sorry, my brain-o. Will fix -- thanks!

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:55 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.