Zé 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?
I've used svnserve instances running under my own user account rather
than use file://. Access is all via localhost, doesn't require special
privileges, and can run on any port you like, either on a "when needed"
basis or as a daemon.
-kgd
|