On Wed, Aug 27, 2014 at 12:58 PM, Bob Archer <bob.arc...@amsi.com> wrote: >> -----Original Message----- >> 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? >> >> Zé > > Does the file server support SSH? If so, you can use ssh+svn protocol, > essentially running svnserve on demand. > > Be definition you have a server since the files are on it. Just run the > svnserve deamon on it even if it is your workstation.
You don't need an svnserve daemon running for svn+ssh. It runs a temporary daemon, tied to that particular SSH session, owned by the same user who owns the SVN repo if it's configured correctly.