FreeBSD Subversion Network access problem

Siju George sgeorge.ml at gmail.com
Wed Aug 23 05:42:46 UTC 2006


Hi,

I installed Subversion on FreeBSD 6.1 from ports.

Started svnserve to listen on 3690

# ps aux |grep svn
svn     526  0.0  0.5  4264  2324  ??  Is    8:33PM   0:00.00
/usr/local/bin/svnserve -d --listen-port=3690 -r
/var/MasterSVNRepository

The output of netstat for port 3690 is

# netstat -an |grep 3690
tcp6       0      0  *.3690                 *.*                    LISTEN

Any Idea why it is listening on tcp6 and not tcp4?

How do I make it listen on tcp4. I cannot access the repositories now
from the network :-(

Thankyou so much

Kind Regards

Siju


More information about the freebsd-ports mailing list