Reputation: 4882
I have a svn repository, I could connect using TortoiseSVN GUI and download SVN files. Now when I use Slik SVN (subversion 1.7) command, it says it could not connect to a repository.
I could do plink.exe -i private_key.ppk username@server, it prompt password in command window and I could log in. But I change the config in %APPDATA%\Subversion, in the tunnel section, I put ssh = c:/pathTo/plink.exe -i c:/pathTo/privatekeyfile.ppk
I try svn co svn+ssh://server/toRepository, it always saying could not connect to a repository. The private/public key using openssh with passphrase.
Any hints??
Upvotes: 1
Views: 801
Reputation: 97282
svn+ssh://
will work - "SVN over SSH" must be specially configured and enabled at server-sideTortoiseSVN
- Settings
- Network
Upvotes: 1