简体   繁体   中英

SVN checkout is failing with svn:// protocol but it is working with svn+ssh:// protocol

1) svn:// - not working 在此处输入图片说明

2) svn+ssh:// - working 在此处输入图片说明 I am using linux server with installed apache and tomcat into it and I want to access svn using svn:// protocol

I have installed svn using 'yum install subversion' command My svn version is - version 1.7.14 (r1542130).

After installation, I can access it using svn+ssh:// protocol but I can't access it using just svn:// protocol.

When I try to access it using svn+ssh:// it keeps me asking for ssh password and it is not asking svn userid and password.

I want to access it using just svn:// protocol with svn userids and passwords.

Things I checked -

1) Svenserve daemon has already been started using command
svnserve -d -r /webcontent/data/svn_repo

  • In order to use svn:// you must to run pure svnserve daemon before
  • When you connect with svn+ssh:// you really connect to host using ssh and run all svn-related tasks inside tunnel.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM