On Wed, Aug 27, 2014 at 10:34 AM, Zé <jose.pas...@gmx.com> wrote: > On 08/27/2014 01:49 PM, Les Mikesell wrote: >> >> It's basically a bad idea to usefile:// access at all for anything >> >> that might be used under multiple user ids. Maybe even for a single >> user... > > > Well, that sucks. If file:// is not to be used then what are the available > options to those who only need a local svn repository and don't have the > option to set up a server?
SSH key based access? Properly configured setgid permissions?