From owner-freebsd-questions@FreeBSD.ORG Sun Mar 23 23:42:28 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B50D106564A for ; Sun, 23 Mar 2008 23:42:28 +0000 (UTC) (envelope-from darrell.blake@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.178]) by mx1.freebsd.org (Postfix) with ESMTP id 594F78FC21 for ; Sun, 23 Mar 2008 23:42:28 +0000 (UTC) (envelope-from darrell.blake@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so3003915waf.3 for ; Sun, 23 Mar 2008 16:42:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=yu54+ZPTggOG1jgFKl8DbohTSYquwK6bifHG0SaoWoI=; b=cRA6E+KUH7yAsB2P2nmegwN+UwQvuy07umHUder6zPEWoTkoXfOtvgM77KSGdeM0RhgBtiX1OJQW4YW/v5sRS7lCLQohi2J/4Us38Pc0JBlzfz35726T+g3Dq/AlcARLJj0rFdYGiWZAQ9VkZJ+rAth2+5NLbBZw5RrbfsqpwjA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=sks7MGW1H/E7hrvAlvsBQUCWcsj/htD69RH8nfsU8VPAt5/1FF4EMLiDii+Inf6yWKT2dUuYMFcwmWWcuQGkPxbsz0/+GWF7ByUhbhI1PiyaPHZbFk2+jmBLwQ3w6l+sAdDJICK5p1E1tXK1XTOR7xT+FQM4TQKHrDWr/TCOrRI= Received: by 10.114.195.19 with SMTP id s19mr10386345waf.58.1206313993387; Sun, 23 Mar 2008 16:13:13 -0700 (PDT) Received: by 10.114.56.13 with HTTP; Sun, 23 Mar 2008 16:13:12 -0700 (PDT) Message-ID: <15c45fbc0803231613n3799a9ckdcf3cc2e5d5f30c4@mail.gmail.com> Date: Sun, 23 Mar 2008 23:13:12 +0000 From: "Darrell Blake" To: "Mark G." In-Reply-To: <47E6BEBB.50306@giovannetti.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <15c45fbc0803230901w112ccdadn8277efc0a4fc7246@mail.gmail.com> <47E6BEBB.50306@giovannetti.ca> Cc: FreeBSD Questions Subject: Re: Subversion and FreeBSD permission problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: darrell@dunmanifestin.co.uk List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Mar 2008 23:42:28 -0000 I'm SSHing to my server from my desktop as I haven't actually got a monitor on the server but when I do a sockstat I get the following output regarding svn: svuser svnserve 846 3 tcp6 *:3690 *:* When I try and do "telnet 127.0.0.1 3690" on the server I get... telnet: connect to address 127.0.0.1: Connection refused. telnet: Unable to connect to remote host ...and if I try and do "telnet 192.168.0.10 3690" from my desktop I get... Connecting To 192.168.0.10...Could not open connection to the host, on port 3690 : Connect failed" I'm not opposed to using SVN via SSH but I'd kind like to get a vanilla SVN server going first. It's becoming an unusually steep learning curve =o) On Sun, Mar 23, 2008 at 8:34 PM, Mark G. wrote: > David Kelly wrote: > > > > On Mar 23, 2008, at 11:01 AM, Darrell Blake wrote: > >> If I move into a temp directory and do "svn checkout > >> file:///usr/local/svn/repository/TestProject" it works fine but if I > >> do "svn svn://127.0.0.1/TestProject" I get an error stating "svn: > >> Can't connect to host '127.0.0.1': Connection refused". > >> > >> Also, if I try and use TortoiseSVN to browse the repository externally > >> I get an error stating "Error * Can't connect to host '192.168.0.10': > >> No connection could be made because the target machine actively > >> refused it." > > What does the output of `sockstat -4` look like? It should > list the SVN server's listening port. > > > > > > > > I suggest using svn+ssh: rather than svn: > > > > Then so long as you can ssh into the machine you can do svn. > > > > Here is a short paper I wrote about SVN over SSH on FreeBSD. > > https://www.giovannetti.ca/bsd/SubversionOnFreeBSDWithSSH.pdf > > Mark >