[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [Subclipse-dev] [PATCH] Add Public/Private Key Authentication to SvnAnt

From: Maciek Sakrejda <msakrejda_at_truviso.com>
Date: 2007-12-28 20:44:44 CET

Hi Joseph,

I initiated that original discussion. I did implement this, and my patch
essentially did what yours does, but I did not post because I was hoping
to add functionality to talk to an ssh agent from svnkit or javahl to
avoid passing around unencrypted passphrases (with the comamand line
client, this works automagically, but it was not available for us
everywhere). This undertaking turned out to be beyond me, and we
eventually abandoned this approach. I hope your patch is accepted, since
the limited functionality here essentially works for 90% of our needs.
If I find some spare time, I'll try replacing my patch with yours and
testing our system with that.

-Maciek

-----Original Message-----
From: Joseph Richey <runner_31337@yahoo.com>
Reply-To: dev@subclipse.tigris.org
To: dev@subclipse.tigris.org
Subject: [Subclipse-dev] [PATCH] Add Public/Private Key Authentication
to SvnAnt
Date: Fri, 28 Dec 2007 11:26:53 -0800 (PST)

The attached patch adds the ability to specify a
private key for authentication while using svnAnt and
the svn+ssh protocol. It basically addresses the same
issue that was discussed back in August, but I didn't
see a patch for that one
(http://subclipse.tigris.org/servlets/ReadMsg?list=dev&msgNo=2584).

An example of my build.xml is:
<svn passPhrase="superSecret"
     keyFile="C:\id_dsa"
     trustInvalidSslServer="AcceptPermanently"
     sshPort="22">
  <info target="${infile}" />
</svn>

This was put together quickly, and its current
stability level is "It seemed to work for me" (TM). If
you want to apply the patch, I would suggest further
testing.

      ____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: dev-help@subclipse.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: dev-help@subclipse.tigris.org
Received on Fri Dec 28 20:52:04 2007

This is an archived mail posted to the Subclipse Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.