Howdy -- I'm interested in adding SSH agent support to SVNKit to allow a (potentially remote/forwarded) agent to perform authentication on behalf of the library.
Upstream support for this is available as an easy-to-integrate 3rd-party library for JSch; however, it appears that SVNKit has transitioned away from using JSch as its SSH implementation. What's the history behind this? How much has the interface changed since the JSch implementation was canned? Could I expect to be able to resurrect the old implementation with a reasonable level of effort?