[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: Les Mikesell <lesmikesell_at_gmail.com>
Date: Wed, 27 Aug 2014 10:41:38 -0500

On Wed, Aug 27, 2014 at 10:28 AM, Zé <jose.passes_at_gmx.com> wrote:
> >
>
> 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?

The answer isn't going to change, no matter how many times we repeat
it. Subversion works with file:// access, but it can't protect you
from all the other ways that the filesystem allows write access and it
can't work that way without write access. If that bothers you, set up
a server - or just keep good backups and realize that if you switch to
a backup repository copy that is not exactly in sync, you need to
check workspaces back out again. If you really can't set up a
server you might be better off with one of the version control systems
that are intended to have distributed copies - and keep several,
updated frequently. Subversion's real advantage is where you want
one centrally-managed and authoritative copy. But I don't understand
why you "can't" set up a server when the advantages it provides seem
important to you.

-- 
    Les Mikesell
       lesmikesell_at_gmail.com
Received on 2014-08-27 17:42:15 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.