[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Blocking root from SVN repository

From: Bob Archer <Bob.Archer_at_amsi.com>
Date: Thu, 28 Aug 2014 14:29:02 +0000

> On Wed, Aug 27, 2014 at 12:58 PM, Bob Archer <Bob.Archer_at_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.

Right, those were two separate suggestions. Use SSH+SVN or just run the svnserver daemon and use svn://
Received on 2014-08-28 16:29:35 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.