svnserve accepts only local connection
Posted
by
stiv
on Server Fault
See other posts from Server Fault
or by stiv
Published on 2012-07-07T12:05:58Z
Indexed on
2012/07/07
15:17 UTC
Read the original article
Hit count: 593
I've installed svnserve in linux box konrad. On konrad I can checkout from svn:
steve@konrad:~$ svn co svn://konrad
A konrad/build.xml
On my local Windows pc i can ping konrad, but checkout doesn work:
C:\Projects>svn co svn://konrad
svn: E730061: Unable to connect to a repository at URL 'svn://konrad'
svn: E730061: Can't connect to host 'konrad': ??????????? ?? ???????????, ?.?. ???????? ????????? ?????? ?????? ?? ???????????.
My linux firewall is disabled:
konrad# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
and windows firewall is also off (I can't send screen shot here, so believe me). How can I fix that? Any ideas?
© Server Fault or respective owner