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

Log receiver and NULL changed-path hashes

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-07-20 21:14:39 CEST

The docstring for svn_log_message_receiver_t says:

 * If @a changed_paths is non-@c NULL, then it contains as keys every path
 * committed in @a revision; the values are (@c svn_log_changed_path_t *)
 * structures (see above).

I want to file a 2.0 issue changing this so that if there are no
changed paths, the receiver gets an empty hash table rather than a
NULL one. There's nothing so special about a revision with zero
changes that the log handler should need to special-case it.

Object now or don't.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jul 20 21:14:55 2004

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.