From owner-freebsd-questions@FreeBSD.ORG Sun Jul 26 23:41:30 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 5316A1065670 for ; Sun, 26 Jul 2009 23:41:30 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-bw0-f219.google.com (mail-bw0-f219.google.com [209.85.218.219]) by mx1.freebsd.org (Postfix) with ESMTP id CEE598FC1A for ; Sun, 26 Jul 2009 23:41:29 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: by bwz19 with SMTP id 19so2259010bwz.43 for ; Sun, 26 Jul 2009 16:41:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=EvJxRWw+LpoowW2CDll4hP5jx6u4dCGWPMq+Zz/dkrM=; b=JcVBuS7kjU30hH4vWzCCbQ50zuWU3lz3bD18HI5tQFRngvhg8KsuX0F/ruBqIDw+W8 hmmypXdZhzIjyiP5WWho7UHJZScyFwejpTnL/AsNW+8t+oMyBdx2jr4U0RwoFO3xQBmA cFsZbQcPgW3roBh6t/5Gc6CeJ6mToGZ2mFmD8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=EjndHNwVagI6D6OM8UsgCjIDEc5X+yLWFuo5D/GiUVSGyCpw3w1klf8mpi+M8CXNwm 6uVj9UbSV1fce0J2SqiVpyn/Vp6G8Gdb9KGl6X4DsIZLq5CeDOD8PGT8RxEa0vIbzugb +ApyF+OVBUKDLqwJ3Fkic++0ci22ijmeu5aZ4= MIME-Version: 1.0 Received: by 10.223.125.144 with SMTP id y16mr2285006far.93.1248651688733; Sun, 26 Jul 2009 16:41:28 -0700 (PDT) In-Reply-To: <8250ac3f0907261635k298dbb03w77c18134cfd140fd@mail.gmail.com> References: <8250ac3f0907261635k298dbb03w77c18134cfd140fd@mail.gmail.com> Date: Sun, 26 Jul 2009 19:41:28 -0400 Message-ID: <4ad871310907261641s24e36911k32ed1a702856ea5c@mail.gmail.com> From: Glen Barber To: =?ISO-8859-1?Q?Kalle_M=F8ller?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Mailing List 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: Sun, 26 Jul 2009 23:41:30 -0000 On Sun, Jul 26, 2009 at 7:35 PM, Kalle M=F8ller wrote: > Hi > > I'm trying to make a ssh+svn server only (apache is installed, but that i= s > for view.vc) > > I want the only method of connecting to be via ssh. My problem is I don't > really know which of the following I would need. > > NEON > SERF > SASL > BDB > ASVN > SVNSERVE_WRAPPER (As I understand this is needed when a group of people > should acces it - able to change umask) > > The rest I have no clue.. > Hi, Kalle Regardless if you are running a web-based (apache) SVN repository or an svn / svn+ssh, you need only (but all) of the defaults subversion requires. Web based SVN services are provided by the DAV_SVN module (which is installed when building apache). The short version of the answer - the defaults should suit your needs. --=20 Glen Barber