Hello!
Some time ago SVN was installed on the server, the repository was created, and everything was working. Repository was created a bit incorrectly: /www/svn/repositories - here were all folders ("conf" and others), /www/svn/repositories/showmeplace - was an empty folder, wearing the name of the project. Repository was downloadable as svn://server_name/showmeplace.
During some time the server was unavailable (turned off). Currently I need to add a project. I've created it using svnadmin in /www/svn/dbreg (dbreg is a name of the project, everything is being there). Launching svn:
Unavailable from the local computer. Trying to start as later:
Also unavailable. And I cannot do anything with the old project.
Looking ports via sockstat -l:
But can't access 3690 port using telnet. Nmap also doesn't see it.
Any ideas? Thanks in advance!
Some time ago SVN was installed on the server, the repository was created, and everything was working. Repository was created a bit incorrectly: /www/svn/repositories - here were all folders ("conf" and others), /www/svn/repositories/showmeplace - was an empty folder, wearing the name of the project. Repository was downloadable as svn://server_name/showmeplace.
During some time the server was unavailable (turned off). Currently I need to add a project. I've created it using svnadmin in /www/svn/dbreg (dbreg is a name of the project, everything is being there). Launching svn:
Code:
/usr/local/bin/svnserve.bin -d -r "/www/svn/dbreg"
Code:
/usr/local/bin/svnserve.bin -d -r "/www/svn/repositories"
Looking ports via sockstat -l:
Code:
root svnserve.b 78412 3 tcp4 *:3690 *:*
Any ideas? Thanks in advance!