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
Post a Comment