SVNAdmin Create Repository URL not working

时光怂恿深爱的人放手 提交于 2019-12-23 03:35:34

问题


I logged in via ssh and executed the following commands:

-bash-3.00$ svnadmin create /code/svn/Projects/myproject
-bash-3.00$ chmod -R g+w /code/svn/Projects/myproject
-bash-3.00$ chown -R :eng /code/svn/Projects/myproject

However I cannot connect to the repository url:

 svn+ssh://hostname.com/code/svn/Projects/myproject

I can connect perfectly fine to all the other repositories under Projects.

I also did mkdir trunk and put a dummy file under trunk.

Am I missing some step to make this repository accessible?

   org.apache.subversion.javahl.ClientException: The system cannot find the file
  specified.

   svn: Unable to connect to a repository at URL 'svn+ssh://thehost.com/code/svn/Proj  ects/myproject'

  svn: Can't create tunnel: The system cannot find the file specified.  

来源:https://stackoverflow.com/questions/13407784/svnadmin-create-repository-url-not-working

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!