You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by DCVer <ke...@o2.pl> on 2007/08/07 09:20:48 UTC

svn+ssh with private key

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).
-- 
View this message in context: http://www.nabble.com/svn%2Bssh-with-private-key-tf4229015.html#a12030819
Sent from the Subversion Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: svn+ssh with private key

Posted by DCVer <ke...@o2.pl>.
Nowhere private key is needed? Now I would like to do the same on the unix
server (without root priviledges..)


Thomas Harold wrote:
> 
> 
> 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
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/svn%2Bssh-with-private-key-tf4229015.html#a12197200
Sent from the Subversion Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: svn+ssh with private key

Posted by Thomas Harold <tg...@tgharold.com>.
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