From owner-freebsd-questions@FreeBSD.ORG Sat May 20 19:05:22 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06E8416A41F for ; Sat, 20 May 2006 19:05:22 +0000 (UTC) (envelope-from wmoran@collaborativefusion.com) Received: from mx00.pub.collaborativefusion.com (mx00.pub.collaborativefusion.com [206.210.89.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9098C43D46 for ; Sat, 20 May 2006 19:05:21 +0000 (GMT) (envelope-from wmoran@collaborativefusion.com) Received: from localhost (monrovll-cuda1-24-53-251-44.pittpa.adelphia.net [24.53.251.44]) (AUTH: LOGIN wmoran, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by wingspan with esmtp; Sat, 20 May 2006 15:05:20 -0400 id 00056407.446F6870.000102D1 Date: Sat, 20 May 2006 15:05:19 -0400 From: Bill Moran To: "Peter Michaux" Message-Id: <20060520150519.3ccb1771.wmoran@collaborativefusion.com> In-Reply-To: <3cbaf1c80605201134w1efd54advda6537b077150c9c@mail.gmail.com> References: <3cbaf1c80605201134w1efd54advda6537b077150c9c@mail.gmail.com> Organization: Collaborative Fusion X-Mailer: Sylpheed version 1.0.6 (GTK+ 1.2.10; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: controlling ports: 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: Sat, 20 May 2006 19:05:22 -0000 "Peter Michaux" wrote: > Hi, > > I'm having fun getting things working with FreeBSD. Hopefully I won't > have too many questions for you guys but another speedbump. This looks > like a SVN question but I think it is really a FreeBSD question. > > I have Mac OS X 10.3.9 on one computer and FreeBSD 6.1 on another. > They are both connected to my router. If I start a webserver (Webrick > for a Rails web applications) on the FreeBSD machine, then I can view > the website > on my Mac by navigating to "http://192.168.0.103:3000/". So I know the > two machines can talk to each other. > > On the FreeBSD machine I created an svn repository, did an initial "svn > import" and can checkout the repostitory two ways. This is all on the > FreeBSD machine. > > # cd /home/peter/ > # svn checkout file:///home/peter/projectA > Checked out revision 1 > > # cd /home/peter/ > # svnserve -d -r /home/peter/proj > # svn checkout svn://localhost/projectB > checkout out revision 1 > > So I know svn is working. > > Now I would like to do a checkout on the Mac > > $ svn checkout svn://192.168.0.103/projectB > subversion/libsvn_ra_svn/client.c:141: (apr_err=61) > svn: Can't connect to host '192.168.0.103': Connection refused > $ svn checkout svn://192.168.0.103:3690/projectB > subversion/libsvn_ra_svn/client.c:141: (apr_err=61) > svn: Can't connect to host '192.168.0.103': Connection refused > > Any ideas what I should do? You should probably start the Subversion server on the FreeBSD machine. What does sockstat -4 tell you? I'm guessing you never started the subversion server. -- Bill Moran ZOE: Preacher, don't the Bible have some pretty specific things to say about killing? BOOK: Quite specific. It is, however, somewhat fuzzier on the subject of kneecaps.