Hi,
I have attached the output for 'netstat -a'
My files are hosted in cpanel which is webserver hosting.
Below url i have used for importing files into SVN,
svn import /home/gocuti/public_html/staging
file:///home/gocuti/public_html/svn/repo/trunk -m "initial import"
Also i have tried to import svn files to some other directory, which is
mkdir -p /var/www/svn/repos/staging
svnadmin create /var/www/svn/repos/staging
svn mkdir file:///var/www/svn/repos/staging/trunk -m "create"
svn mkdir file:///var/www/svn/repos/staging/branches -m "create"
svn mkdir file:///var/www/svn/repos/staging/tags -m "create"
svn import /home/gocuti/public_html/staging
file:///var/www/svn/repos/staging/trunk -m "initial import" -
successfull
svn list file:///var/www/svn/repos/staging/trunk
successfull
svn list svn://163.172.27.207/repos/staging - which is not working -
unable to connect to the repository
Kindly let me know if you have any idea about the error which am
getting.
Thanks,
Karthika Raddhakrishnan
On 2016-05-07 22:05, jbl...@icloud.com wrote:
On May 7, 2016, at 5:42 AM, karth...@sifuit.com.my wrote:
Hi Team,
Good day to you All.
Recently i have installed subversion in my Centos 7 Server.
I have followed all the installation steps as per the documentation in
your website.
Internally in the server, I can able to import my files through SVN,
but i couldn't able to access the SVN repository from my local
network. So i'm sure, the issue is not in the installation.
I'm getting the below error,
svn: E000111: Unable to connect to a repository at URL
'svn://163.172.27.207/repos/staging'
svn: E000111: Can't connect to host '163.172.27.207': Connection
refused
Default SVN port 3690 is active in my server. So when i try to contact
Cpanel server team, i got answer from them, this SVN issue is not
relevant to their support.
So, Can you please advise me to fix the above issue in my server ?
Thanks,
Karthika Radhakrishnan
If you run `netstat -a` can you see your listener on port 3690 on the
wildcard address?
What URL did you use when you imported files “internally in the
server”?
What is Cpanel?
-Joseph
netstat -a
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:mysql 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:submission 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:pop3 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:nbx-ser 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:imap 0.0.0.0:* LISTEN
tcp 0 0 localhost:783 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:http 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:nbx-dir 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:ndmp 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:urd 0.0.0.0:* LISTEN
tcp 0 0 wpzmdfj.com:domain 0.0.0.0:* LISTEN
tcp 0 0 163-172-27-206.r:domain 0.0.0.0:* LISTEN
tcp 0 0 sd-90905.dedibox:domain 0.0.0.0:* LISTEN
tcp 0 0 localhost:domain 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:ftp 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:ssh 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:smtp 0.0.0.0:* LISTEN
tcp 0 0 localhost:rndc 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:https 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:tsrmagt 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:tpcsrvr 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:idware-router 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:autodesk-nlm 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:imaps 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:infowave 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:radsec 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:pop3s 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:gnunet 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:eli 0.0.0.0:* LISTEN
tcp 0 4000 sd-90905.dedibox.fr:ssh broadband.time.ne:50426 ESTABLISHED
tcp 0 0 sd-90905.dedibox.fr:ssh broadband.time.ne:50425 ESTABLISHED
tcp6 0 0 [::]:submission [::]:* LISTEN
tcp6 0 0 [::]:pop3 [::]:* LISTEN
tcp6 0 0 [::]:imap [::]:* LISTEN
tcp6 0 0 [::]:http [::]:* LISTEN
tcp6 0 0 [::]:urd [::]:* LISTEN
tcp6 0 0 [::]:ftp [::]:* LISTEN
tcp6 0 0 [::]:ssh [::]:* LISTEN
tcp6 0 0 [::]:telnet [::]:* LISTEN
tcp6 0 0 [::]:smtp [::]:* LISTEN
tcp6 0 0 [::]:https [::]:* LISTEN
tcp6 0 0 [::]:imaps [::]:* LISTEN
tcp6 0 0 [::]:pop3s [::]:* LISTEN
udp 0 0 wpzmdfj.com:domain 0.0.0.0:*
udp 0 0 163-172-27-206.r:domain 0.0.0.0:*
udp 0 0 sd-90905.dedibox:domain 0.0.0.0:*
udp 0 0 localhost:domain 0.0.0.0:*
udp 0 0 localhost:323 0.0.0.0:*
udp 0 0 0.0.0.0:ndmp 0.0.0.0:*
udp6 0 0 localhost:323 [::]:*
raw6 0 0 [::]:ipv6-icmp [::]:*