问题
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