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

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

From: Mukund <mukund_at_tessna.com>
Date: 2003-07-09 14:03:54 CEST

Hi all

The attached patch contains a better deltas transfer progress indicator for
the 'svn' command-line client. A visual example of what it does can be found
here: http://www.mukund.org/temp/svn.png

Due to the nature of the patch, the notification API had to be slightly
modified (svn_wc_notify_func_t), resulting in changes to a number of files
in subversion.

A patch against HEAD (6415) is attached.

Log message:

* subversion/include/svn_wc.h
  (svn_wc_notify_func_t): Add an extra parameter to pass the deltas count

* subversion/clients/cmdline/feedback.c
  (notify): Display better deltas transfer progress indication

* subversion/libsvn_client/commit_util.c
  (svn_client__do_commit): Pass the number of deltas to the notification
function
  (): Patch function calls due to change in svn_wc_notify_func_t

* subversion/libsvn_wc/adm_crawler.c
* subversion/libsvn_wc/adm_ops.c
* subversion/libsvn_wc/status.c
* subversion/libsvn_wc/update_editor.c
* subversion/libsvn_client/switch.c
* subversion/libsvn_client/externals.c
* subversion/libsvn_client/diff.c
* subversion/libsvn_client/repos_diff.c
* subversion/libsvn_client/export.c
* subversion/libsvn_client/commit.c: Patch function calls due to change
in svn_wc_notify_func_t

Mukund

---------------------------------------------------------------------
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:07:07 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.