On Wed, Aug 27, 2014 at 9: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?
It's not that you can't use it, just that it can't protect you from the things that can happen through direct file system access. Like accidentally deleting the whole repo or changing ownership or permissions. If those things are important, then you (or if multiple users are involved, someone in your organization) should set up a server - it isn't difficult. -- Les Mikesell lesmikes...@gmail.com