From owner-freebsd-questions@FreeBSD.ORG Tue Jul 28 20:33:38 2009 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 0CE26106564A for ; Tue, 28 Jul 2009 20:33:38 +0000 (UTC) (envelope-from jalmberg@identry.com) Received: from mx1.identry.com (on.identry.com [66.111.0.194]) by mx1.freebsd.org (Postfix) with ESMTP id 9B11F8FC0A for ; Tue, 28 Jul 2009 20:33:37 +0000 (UTC) (envelope-from jalmberg@identry.com) Received: (qmail 69179 invoked by uid 89); 28 Jul 2009 20:33:54 -0000 Received: from unknown (HELO ?192.168.1.110?) (jalmberg@75.127.142.66) by mx1.identry.com with ESMTPA; 28 Jul 2009 20:33:54 -0000 In-Reply-To: <8250ac3f0907272142o7f3e7955q92ac1e62049aeb5d@mail.gmail.com> References: <8250ac3f0907261635k298dbb03w77c18134cfd140fd@mail.gmail.com> <0DDF77FD-C2E7-4DD0-9E05-1117322D0D58@identry.com> <8250ac3f0907272142o7f3e7955q92ac1e62049aeb5d@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v753.1) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: John Almberg Date: Tue, 28 Jul 2009 16:33:34 -0400 To: =?ISO-8859-1?Q?Kalle_M=F8ller?= X-Mailer: Apple Mail (2.753.1) Cc: freebsd-questions@freebsd.org Subject: Re: svn+ssh server only 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: Tue, 28 Jul 2009 20:33:38 -0000 > So the only one you had marked was the svnserve-wrapper ? in Make > config No, I just used the default config. You don't need svnserve-wrapper (what ever that is). You just run svnserve as a daemon, and access it like svn://host.name/project/trunk/ Note the importance of PF to control access, otherwise, your svn server will be wide open. But since PF allows me (or rather, any one or process using an allowed IP address) to access the repository without authentication, use is really simple and straight forward. This is a pretty simple set up and probably only works well for single-user repositories, but that's exactly my situation. -- John