Thursday, May 3, 2018

How to use svn list svn+ssh://user@host/home/svn/myrepo without SVN_SSH path.


  1. First, export the SVN_SSH env variable:



    $ export SVN_SSH="ssh -l user -i /home/user/.ssh/id_rsa"


  2. 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

11.10 - Can't boot from USB after installing Ubuntu

I bought a Samsung series 5 notebook and a very strange thing happened: I installed Ubuntu 11.10 from a usb pen drive but when I restarted (...