On Aug 27, 2014, at 10:28 AM, Zé wrote: > > Additionally, to those security-concious people, installing servers on your > workstation just to access local repositories isn't exactly on the top of > best practices. Don't you agree? > > And I hate to repeat myself, but I'll repeat for the third time this > question: if file:// is not intended to be used, then what are the available > options for those who need a version control system and can't set up a server?
You are recommended to run a Subversion server process (svnserve or Apache http with mod_dav_svn) on the computer on whose disk the repository resides. There is no problem with this computer being your local workstation. This needn't be inherently insecure, as you imply; you needn't open that server process up to any external network connections, for example.