Re: Tunnel Agent

2014-12-04 Thread Branko Čibej
have to add it in the commands. The tunnel agent test in BasicTests.java creates a /simulated/ svnserve protocol session in order to test the agent API and implementation. When you do this in your program, you don't have to simulate anything; you only have to write a class that implements the Tunnel

Re: Tunnel Agent

2014-12-04 Thread Rama A
api) >>> >>> >>> >>> Outside the Subversion source SharpSvn’s trunk contains some code that >>> uses the api to implement svn+ssh:// using libssh2. >>> >>> >>> >>> Bert >>> >>> >>

Re: Tunnel Agent

2014-12-04 Thread Rama A
hl/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. >> >> >> >>

Re: Tunnel Agent

2014-12-03 Thread 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 T

RE: Tunnel Agent

2014-12-03 Thread Bert Huijben
. 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 con

Tunnel Agent

2014-12-02 Thread Rama A
you please clarify me how to set the tunnel agent in my application, open and run the command in it. Thanks, Rama