svn:// server "deaf" on OS X?
From: Stephen Davis <subversion_at_soundgeek.org>
Date: 2006-04-19 01:37:57 CEST
I'm just doing a little testing and I set up an svnserve process on
The goal was to set up a read-only svn:// server just to test some
svnadmin create /tmp/svn
cd /tmp/svn/conf/
- edit authz
- edit passwd
# launch the server
# from the same machine
# from any other machines (tried two on the same network)
If I look at netstat to see if anything is going on, I see this on
tcp46 0 0 *.svn *.* LISTEN
I tried adding "--listen-host=chess.domain.com" and that changed the
tcp4 0 0 chess.svn *.* LISTEN
If I look at the client with netstat after issuing the "ls" command,
tcp4 0 0 other.domain.com chess.domain.com.svn SYN_SENT
There is no indication of activity on the server that any sort of
Is this familiar to anyone? I ran the svnserve process in the
thanks,
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.