svn - Subversion SlikSvn unable to connect to a repository -


i have svn repository, connect using tortoisesvn gui , download svn files. when use slik svn (subversion 1.7) command, says not connect repository.

i plink.exe -i private_key.ppk username@server, prompt password in command window , log in. change config in %appdata%\subversion, in tunnel section, put ssh = c:/pathto/plink.exe -i c:/pathto/privatekeyfile.ppk

i try svn co svn+ssh://server/torepository, saying not connect repository. private/public key using openssh passphrase.

any hints??

  1. ability ssh remote host (repository-host) not mean automagically, svn+ssh:// work - "svn on ssh" must specially configured , enabled @ server-side
  2. use same protocol, tortoisesvn, in sliksvn
  3. you may connect tsvn repository on proxy, defined tsvn settings (and not reflected in subversion config) - tortoisesvn - settings - network

Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

django - CSRF verification failed. Request aborted. CSRF cookie not set -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -