[LIBSVN_WC] Progress reporting when transmitting files (was: Re: How to show download progress for large files?)

Erik Huelsmann <[email protected]> Mon, 2 Jan 2006 20:38:08 +0100
Newsgroups gmane.comp.version-control.subversion.devel,gmane.mail.eyebrowse.user
Message-ID <aea328ab0601021138r64f4796blb9274c675d98a0a0__4922.73628847233$1136230875$gmane$org@mail.gmail.com>
[ Forwarding to dev@ because this may be an enhancement issue ]

On 12/31/05, Matt England <[email protected]> wrote:
> Can 'svn co' cmdline possibly show download progress (particularly for
> large files) at some point in the future if it can not do this today?
>
> The lack of download progress is a continual nuisance for my team, for we
> have several large files often controlled by Subversion.

In my testing of libsvn_wc last week, I found that commits of very
large files aren't interruptable. In my tests, it could take up to 5
minutes before a ^C was acted upon.

Progress reporting as well as interruptability can be addressed/solved
by adding a progress notifier to svn_txdelta_transmit_deltas.

Comments? File as enhancement issue?

bye,


Erik.