I set up subversion about a year ago and have been using it with no problem, checking in files almost every day and updating them on another system on my network. For no apparent reason, it suddenly started giving me "connection refused" messages when I try to commit or update. I checked nmap and netstat and discovered that port 3690 is open on localhost only, but not the network. How can I force it to open that port to my whole network and not just its own localhost? And what could have caused it to suddenly close port 3690 to my network in the first place? I have not changed anything on my system or my configuration.

link|improve this question
What operating system? – Matt Ball Oct 14 '11 at 14:01
Please read the FAQ, this is not a computer support website. Your question must relate to programming. – SpikeX Oct 14 '11 at 14:10
Oh, I guess I should also mention that I did run svnserve -d and I ran ps -A and it shows that it is running, however the port is not open to the network. – user995517 Oct 14 '11 at 14:17
@MattBall It is ubuntu. – user995517 Oct 14 '11 at 14:19
If this is really just a networking configuration problem, not an SVN-specific one, this is probably a better question to ask at askubuntu.com. – Matt Ball Oct 14 '11 at 14:20
feedback

migrated from stackoverflow.com Oct 14 '11 at 15:03

This question came from our site for professional and enthusiast programmers.

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown