ssh 経由でログインし、次のコマンドを実行しました。
-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
ただし、リポジトリの URL に接続できません。
svn+ssh://hostname.com/code/svn/Projects/myproject
プロジェクトの下にある他のすべてのリポジトリに完全に接続できます。
また、mkdir トランクを実行し、トランクの下にダミー ファイルを配置しました。
このリポジトリにアクセスできるようにするための手順が不足していますか?
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.