From owner-freebsd-questions@FreeBSD.ORG Fri Feb 25 09:23:05 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E99B7106566B for ; Fri, 25 Feb 2011 09:23:05 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirj.bris.ac.uk (dirj.bris.ac.uk [137.222.10.78]) by mx1.freebsd.org (Postfix) with ESMTP id 905F98FC16 for ; Fri, 25 Feb 2011 09:23:05 +0000 (UTC) Received: from ncsd.bris.ac.uk ([137.222.10.59] helo=ncs.bris.ac.uk) by dirj.bris.ac.uk with esmtp (Exim 4.72) (envelope-from ) id 1PsttA-0000eh-4v for freebsd-questions@freebsd.org; Fri, 25 Feb 2011 09:23:04 +0000 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncs.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1PsttA-0002fK-21 for freebsd-questions@freebsd.org; Fri, 25 Feb 2011 09:23:04 +0000 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.4/8.14.4) with ESMTP id p1P9N398002112 for ; Fri, 25 Feb 2011 09:23:03 GMT (envelope-from mexas@bristol.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.4/8.14.4/Submit) id p1P9N3Db002111 for freebsd-questions@freebsd.org; Fri, 25 Feb 2011 09:23:03 GMT (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-cluster241.men.bris.ac.uk: mexas set sender to mexas@bristol.ac.uk using -f Date: Fri, 25 Feb 2011 09:23:03 +0000 From: Anton Shterenlikht To: freebsd-questions@freebsd.org Message-ID: <20110225092303.GA2086@mech-cluster241.men.bris.ac.uk> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Subject: setting up svn server - Connection refused X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Feb 2011 09:23:06 -0000 I'm learning how to set up svn server. I've read through several sections of http://svnbook.red-bean.com/nightly/en/ Here's what I do: ZEEV> svnadmin create /home/mexas/zzz ZEEV> svnlook info zzz 2011-02-25 09:15:28 +0000 (Fri, 25 Feb 2011) 0 ZEEV> svnserve -d ZEEV> ps ax | grep svnserve 66952 ?? Ss 0:00.01 /usr/local/bin/svnserve.bin -d ZEEV> mkdir /home/mexas/zzz.work ZEEV> cd /home/mexas/zzz.work/ When I try to connect to the svn server, I get this: ZEEV> svn co svn://localhost/home/mexas/zzz . svn: Can't connect to host 'localhost': Network is unreachable ZEEV> svn co svn://10.10.10.14/home/mexas/zzz . svn: Can't connect to host '10.10.10.14': Connection refused ZEEV> ifconfig em1 em1: flags=8843 metric 0 mtu 1500 options=209b ether 00:13:21:5b:05:1d inet 10.10.10.14 netmask 0xffffff00 broadcast 10.10.10.255 inet6 fe80::213:21ff:fe5b:51d%em1 prefixlen 64 scopeid 0x5 nd6 options=29 media: Ethernet autoselect (100baseTX ) status: active ZEEV> I get exactly the same "Connection refused" if I connect from another host. I turned the firewall off completely. What could be the problems? Many thanks Anton -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423