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

Re: FreeBSD: 0.26 extremely unstable - SOLVED

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-08-20 15:23:37 CEST

Roman Neuhauser <dev-null@bellavista.cz> writes:

> my answer: I have never encountered messed up RCS file permissions
> in any CVS repository I've been using, be the access method pserver
> or ext/ssh. granted, I'm not a CVS old hand: just three years or so.

Because pserver is *one* process accessing the RCS files. I'm talking
about scenarios where people set CVSROOT to just plain old path on
local disk. This is how CVS used to work before it had a network layer.

> unless, of course, you are talking about messing with the RCS files
> directly, but that doesn't qualify: we're not messing with the SVN
> repository database either. just svn+ssh://

A bunch of people using svn+ssh:// is *exactly* the same as these
people all logging in to the machine and reading/writing the
berkeley-db files directly. There is no "gateway server" like pserver
or apache. Thus someone with a weird umask can break access for
everyone else.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Aug 20 15:28:40 2003

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

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