First, export the
SVN_SSH
env variable:$ export SVN_SSH="ssh -l user -i /home/user/.ssh/id_rsa"
Second, execute the command below and co is successful:
svn co svn+ssh://user@host/home/svn/myrepo
Now the question:
Is it possible to execute the svn co svn+ssh://
in a single command? I want to execute the same command in a Windows PC environment.
No comments:
Post a Comment