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

Javahl related questions

From: guillaume.perrotte <guillaume.perrotte_at_actia.fr>
Date: 2005-03-02 14:27:49 CET

Hi,

I'm currently writing a GUI interface for Subversion in java using the
provided javahl binding. I'm surprised by the status() method performance :
on my working copy, it takes the following times to perform whereas the
command line client takes less than half the time !

status(path, true, false, false /* only changed elts */) : 6.3 s
status(path, true, false, false /* every elts */) : 6.4 s

svn status path :
1.9 s
svn status path -v :
5.4 s

Are you aware of the issue ? Is it the JNI interface that slow up the whole
process or the status binding that is uncorrectly set ?

Secondely, i'm not sure of the the dependencies of libsvnjavahl-1.dll used
by the javahl binding distributed with Subversion 1.1.1. For now, i think
the following dll are required but i'm not sure whether that's all or other
files are required :
intl.dll
libapr.dll
libapriconv.dll
libaprutil.dll
libdb42.dll
libeay.dll
ssleay.dll

Thanks,
Guillaume PERROTTE

--
Software developper @ ACTIA
Toulouse - FRANCE
Received on Thu Mar 3 19:19:35 2005

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.