Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Troubleshooting Subversion Install on ec2

2 views
Skip to first unread message

Ion Freeman

unread,
Jul 30, 2009, 6:37:38 PM7/30/09
to
Hello!
I'm trying to put a subversion server in the Amazon cloud, and I'm
having some trouble connecting.
If I go to my ec2 instance (which is running Ubuntu 9.04 Jaunty
Jackelope) and type in
# netstat -anp | grep LISTEN
it tells me
tcp 0 0 0.0.0.0:3690 0.0.0.0:*
LISTEN 10127/svnserve

among other things, so I believe svnserve is listening on port 3690.
On my local client, I can type in
# telnet my.box.ip.address 3690

and telnet will connect right up, so it's not a firewall issue. But,
TortoiseSVN's repo-browser will not open svn://my.box.ip.address,
reporting "Can't connect to host 'svn://my.box.ip.address.' A
connection attempt failed because the connected party did not properly
respond after a period of time, or established connection failed
because connected host has failed to respond."

I've enabled MD5 Digest authentication, but I don't get asked for my
username and password. Do I have to force that somehow?

Thanks!

Ion

Ion Freeman

unread,
Aug 5, 2009, 1:12:14 PM8/5/09
to
I had to set the --listen-host 0.0.0.0 command line argument.
0 new messages