We maintain our own Maven 2 repository where new SVNKit artifacts are published. SVNKit atifact details: Group Idorg.tmatesoft.svnkit Artifacts Idssvnkit, svnkit-cli, svnkit-javahl16, svnkit-osgi Version1.3.8, 1.3.9-SNAPSHOT, 1.7.14, 1.8.15, 1.9.3, 1.10.3 Releases Repository Snapshots Repository Daily Builds We are running continuous integration server at SVNKit is built and full tests suite is conducted daily, in addition there are automated build procedures for every modification with reduced tests suite.
I am trying to connect to a VisualSVN repo using SVNKit 1.10.6
I have basic and windows auth turned on in visualSVN.
I am using the jsvn and jsvn.bat method of using svnkit to make a simple testcase that eliminates my web app as the problem.
By default SVNKit tries to obtain all necessary informationfrom the [tunnels] section of the config file that islocated in the default SVN run-time configuration area. However ifthat information is not complete or not found at all, SVNKit triesthen to use predefined system properties listed beneath.SVNKit uses a pure java Trilead library to establish SSH connections. This library supports only SSH version 2, with password or private key authentication. You may use the following system properties to let SVNKit know about your private key and passphrase:svnkit.ssh2.key = /path/to/private/key/file svnkit.ssh2.username = userName svnkit.ssh2.passphrase = optionalPassphrase svnkit.ssh2.password = userpasswordsvnkit.ssh2.port = optionalPortSVN+SSH authentication with private key in EclipseWhen starting Eclipse you can provide the above properties like this:
SVNKit is aware of that fact as it prepared FAQ how to deal with slow proplist - ://wiki.svnkit.com/SVNKit_FAQ#Q:_Recursive_repository_properties_fetch.2BAFw-list_operation_is_slow._Is_it_possible_to_make_it_work_faster.3F
760c119bf3