Though JavaSVN is not yet fully integrated into Subclipse as an extension, you may already try it with Subclipse. Perform the following easy steps to make Subclipse and JavaSVN work together:
<!-- <library name="svn-javahl.jar"> <export name="*"/> </library> --> <library name="javasvn.jar"> <export name="*"/> </library> <library name="jsch-0.1.18.jar"> <export name="*"/> </library>
Above modification will make Sublipse use JavaSVN version of JavaHL instead of native one. Jsch library is required to enable svn+ssh support. You may also download already modified plugin.xml from here.
svnClientAdapter.jar
file.If you have any questions regarding JavaSVN, would like to report a bug or contribute a patch, please write to support@tmatesoft.com