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

Re: svn+ssh with private key

From: Thomas Harold <tgh_at_tgharold.com>
Date: 2007-08-16 02:34:10 CEST

DCVer wrote:
> Hi all,
>
> I try to get access to the svn repository protected by the ssh
> public/private keys pair. How can I checkout from such a repository using
> only (if possible) windowsXP console (cmd).

You will need to install PuTTY and either the command line version of
SVN or TortoiseSVN (or both).

For the command line version, you need to set the global environment
variables:

SVN_SSH=plink

and

SVN_ASP_DOT_NET_HACK=*

Then your SVN URL will looks something like:

svn+ssh://username@hostname/repositorypath

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Aug 16 02:32:36 2007

This is an archived mail posted to the Subversion Users mailing list.

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