Windows、svk、svn+sshの公開鍵認証で接続する
[c:\home] svk mirror svn+ssh://hogehoge/repos/main //mirror/main The system cannot find the file specified. : Can't create tunnel: The system ca nnot find the file specified.
set SVN_SSH=C:\\Program Files\\TortoiseSVN\\bin\\TortoisePlink.exe -C -l username -i C:\\home\\keys\\hogehoge.ppk
なぜかバックスラッシュをエスケープする必要があるらしい。
今回はSSHクライアントとしてtortoisesvn付属のツール使用、puttyにも同様のものがあったように思う
もっとましな方法がある気がしないでもない。鍵を複数使い分けたかったらどうすんだよ