Problems encountered in building svn server by ubuntu

[Server Information]
CVM
1G focus 1m Broadband, ubuntu16.01

purpose

want to build a svn server and apache web service at the same time. The apache web service uses the one-click installation tool lamp, and the default project address is / data/www/default

Building process

create a version library and modify related files

> svn checkout svn://[ip]/api
svn: E170013: Unable to connect to a repository at URL "svn://[ip]/api"
svn: E210005: No repository found in "svn://[ip]/api

svn port 3690 is already configured on the Tencent Cloud console. Which boss can help me to find out what the problem is?


finds out where the problem lies through constant investigation. It is wrong that svnserve has already started running at the beginning of sudo svnadmin create / home/svn/test ; the correct way to use
is to execute sudo svnserve-d-r / home/svn after creating the folder test and execute the above statement, which is normal.

Menu