Hi,
Subversion 1.9 is not released yet, so the api may change before we release 1.9. But if you want to test the early code there are some testcases you might want to look at in http://svn.apache.org/repos/asf/subversion/trunk/subversion/tests/libsvn_ra/ra-test.c (for the C api) Or: http://svn.apache.org/repos/asf/subversion/trunk/subversion/bindings/javahl/tests/org/apache/subversion/javahl/BasicTests.java (for the JavaHL api) Outside the Subversion source SharpSvn’s trunk contains some code that uses the api to implement svn+ssh:// using libssh2. Bert From: Rama A [mailto:altodevelopers.r...@gmail.com] Sent: woensdag 3 december 2014 05:09 To: users@subversion.apache.org Subject: Tunnel Agent Hi, I'm in a plan to use Subversion 1.9. While glance through the Subversion 1.9 API, I have noticed that it contains TunnelAgent to create the tunnel and run the subversion commands over there. Also it contains the method openTunnel in TunnelAgent. I'm new to this concept. So Can you please clarify me how to set the tunnel agent in my application, open and run the command in it. Thanks, Rama