On Sun, Jul 26, 2009 at 7:35 PM, Kalle Møller<[email protected]> wrote: > Hi > > I'm trying to make a ssh+svn server only (apache is installed, but that is > 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. -- Glen Barber _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
