Date: Tue, 28 Jul 2009 16:33:34 -0400 From: John Almberg <jalmberg@identry.com> To: =?ISO-8859-1?Q?Kalle_M=F8ller?= <freebsd-questions@k-moeller.dk> Cc: freebsd-questions@freebsd.org Subject: Re: svn+ssh server only Message-ID: <BE3F0024-82B8-46D9-B376-B1C832D50718@identry.com> In-Reply-To: <8250ac3f0907272142o7f3e7955q92ac1e62049aeb5d@mail.gmail.com> References: <8250ac3f0907261635k298dbb03w77c18134cfd140fd@mail.gmail.com> <0DDF77FD-C2E7-4DD0-9E05-1117322D0D58@identry.com> <8250ac3f0907272142o7f3e7955q92ac1e62049aeb5d@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BE3F0024-82B8-46D9-B376-B1C832D50718>