You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "Leeuw van der, Tim" <ti...@nl.unisys.com> on 2003/07/09 12:33:47 UTC

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

Looks cool; does it work on windows as well?

The API-changes would be very useful for any GUI client as well I think. As
user, I my vote on this is +1.

--Tim

-----Original Message-----
From: Mukund [mailto:mukund@tessna.com]
Sent: woensdag 9 juli 2003 14:04
To: dev@subversion.tigris.org
Subject: [PATCH] Better progress indicator for the 'svn' command-line
client



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

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

Posted by Mukund <mu...@tessna.com>.
On Wed, Jul 09, 2003 at 07:33:47AM -0500, Leeuw van der, Tim wrote:
| Looks cool; does it work on windows as well?
| 

It should work. I do not have a Windows development machine to try it out.
It would be nice if someone tried it out and let us know about it.

Mukund


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org