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

RE: [Subclipse-dev] JavaHL API Wishlist

From: Alexander Kitaev <alex_at_tmate.org>
Date: 2005-11-16 20:46:52 CET

Hello Mark,

>Peg revisions in svn log
This is already supported in JavaSVN internal API, so I could provide log
method with additional parameter in SVNClientImpl.

>Network statistics
Currently JavaSVN could report amount of bytes sent over network (but it
doesn't take in account data compression or crypto overhead). There is no
way to get "total" amount for the whole operation so far, but it works for
any of supported protocol, not only for http. Current implementation could
report amount of bytes sent or received for each 1024 bytes of the data
processed.

If you'd like I could add "extended" API methods to JavaSVN's version of
SVNClient next week. Please let me know what is your idea of progress API? I
think there could be additional interface that extends Notify2 with the
"progress" method:

public void progress(long bytesSent, long totalBytesToSend, long
bytesReceived, long totalBytesToReceive);

"total" values will be always set to -1 for now, and sent/received counters
could be zeroed at the beginning of each SVNClient operation.

Alexander Kitaev,
TMate Software,
http://tmate.org/
http://jetbrains.com/tmate/

> -----Original Message-----
> From: Mark Phippard [mailto:markp@softlanding.com]
> Sent: Wednesday, November 16, 2005 20:23
> To: dev@subversion.tigris.org; dev@subclipse.tigris.org
> Subject: [Subclipse-dev] JavaHL API Wishlist
>
> I added a page to the Subclipse web site/repository where we
> (Subclipse) can record enhancements we would like to see made
> available in JavaHL. The hope being that a Subversion
> developer willing to spend some time in JavaHL will know the
> sort of things we need.
>
> http://subclipse.tigris.org/javahl.html
>
> Thanks
>
>
>
> ______________________________________________________________
> _______________
> Scanned for SoftLanding Systems, Inc. and SoftLanding Europe
> Plc by IBM Email Security Management Services powered by MessageLabs.
> ______________________________________________________________
> _______________
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subclipse.tigris.org
> For additional commands, e-mail: dev-help@subclipse.tigris.org
>
>
Received on Thu Nov 17 06:46:52 2005

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.