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

Re: [Subclipse-dev] Commit/Checkout/update progress

From: Mark Phippard <markphip_at_gmail.com>
Date: 2007-01-15 19:54:44 CET

On 1/15/07, Cain, Tom <tcain@solekai.com> wrote:
>
> Hello,
> Does the svnClientAdapter provide a mechanism (API/method/callback
> interface) to get some sort of feedback when performing large checkouts,
> updates, or commits?
>
> Our application is programmatically performing these operations, and is
> currently showing dead progress during these transactions. We'd like to
> provide better feedback to the user. I see the ISVNNotifyListener shows some
> information on a file basis, but not anymore granular than that (e.g.
> 200/1000 bytes uploaded).
>

No. Currently, the Subversion API itself does not even have this. Which is
why, as an example, the SVN command line does not provide any information
like that. However, it has recently been added in to the Subversion trunk
code, but I do not believe it has been exposed via JavaHL to this point. In
the current code, all you have is what you can get with the
ISVNNotifyListener.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
Received on Mon Jan 15 20:12:29 2007

This is an archived mail posted to the Subclipse Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.