Hello, We are using the svnkit-osgi artefact to include SVN functionalities in an Eclipse tool. However, this version seems to always use the JNA dependency and its native libraries, which is not an option for us. So we need to use it in a "pure java" way. However, I couldn't find anything that would allow this. The FAQ did mention that it was possible for the standalone library though.
As a side note, the current svnkit-osgi bundle cannot activate in an Eclipse Equinox framework, because its required java runtime environment is named "J2SE-1.6" instead of "JavaSE-1.6" as it should be. Cheers Jerome