using svn://localhost/repos works fine. using svn+ssh://localhost/repos: got No repository found -


i setting svn repository. got ready. when typed svn list svn://localhost/repos/, showed repository correctly. when typed svn list svn+ssh://localhost/repos, said svn: no repository found in 'svn+ssh://localhost/repos/ktbdbms'

user account , password correct. 

do miss anything?

thanks

you need read bit more using svn:// vs svn+ssh://, here in svn book. connecting localhost, on machine, svnserve relatively easy, setting svn+ssh:// bit more complicated , requires careful planning. read book , set up, if want to.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -