Re: Tunnel Agent

2014-12-04 Thread Rama A
Hi, While reading the request from ReadableByteChannel, it is stuck with this poing. Is the ReadableByteChannel automatically gets the request while doing svn operation or we have to do? Can anyone please clarify this. Thanks in Advance. On Thu, Dec 4, 2014 at 10:05 AM, Rama A wrote: >

Re: Tunnel Agent

2014-12-04 Thread Rama A
purpose of those commands. Can you clarify the above and also what's the reason for adding those commands into WritableByteChannel. Thanks, Rama On Wed, Dec 3, 2014 at 7:21 PM, Rama A wrote: > Hi Bert, > > Thanks for the response. > > On Wed, Dec 3, 2014 a

Re: Tunnel Agent

2014-12-03 Thread Rama A
/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 [

Tunnel Agent

2014-12-02 Thread Rama A
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 clar