[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: Nico Kadel-Garcia <nkadel_at_gmail.com>
Date: Wed, 27 Aug 2014 21:24:20 -0400

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.
Received on 2014-08-28 03:24:49 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.