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

java and svn_notify_func_t and large files

From: Jean-Michel Lemieux <famille_at_lemieux-martel.ca>
Date: 2002-11-19 20:38:29 CET

Hi, I'm writting a java gui for subversion and would like to provide
file transfer feedback to the user (e.g. when large files are transfered
instead of simply showing the file name I would like to show the bytes
being transfered as well).
Currently the svn_client_checkout only calls the notify function once
per file. In my previous life a wrote a CVS client and gui and we added
a callback just for this purpose, to provide timely feedback for
transfers of large files.

Are there plans to reduce the granularity of the callback and say have
it called for every block size that is transfered? Or am I missing
something in the API?

Secondly, I looked at the java binding and prefer using a simpler design
approach. See the SWT portion of Eclipse for details on a one-to-one
mapping strategy. It makes the java and jni code much simpler. I have a
working prototype of some parts of the svn_client interface. If anybody
is actively working on the java binding please drop me a note and I can
send you what I have.

A+,
Jean-Michel

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 19 20:27:02 2002

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.