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