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

Re: [PATCH] Better progress indicator for the 'svn' command-line client

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-07-09 14:40:45 CEST

Mukund <mukund@tessna.com> writes:

> * subversion/include/svn_wc.h
> (svn_wc_notify_func_t): Add an extra parameter to pass the deltas count
>
> Index: subversion/include/svn_wc.h
> ===================================================================
> --- subversion/include/svn_wc.h (revision 6415)
> +++ subversion/include/svn_wc.h (working copy)
> @@ -333,7 +333,8 @@
> const char *mime_type,
> svn_wc_notify_state_t content_state,
> svn_wc_notify_state_t prop_state,
> - svn_revnum_t revision);
> + svn_revnum_t revision,
> + int txdeltas_count);

You just added a new parameter to a public API.

Were you planning to document it? :-)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 9 14:43:04 2003

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.