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

Re: write protect branch in local mode ?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-10-23 17:07:09 CEST

"Cole, Larry" <larry.cole@hp.com> writes:

> I am running svn in local mode. Production code releases are moved to
> a 'releases' branch. It there any means (other than those identified
> in the start-commit hook script) to prevent any changes to the
> 'releases' branch ? I assume the --username and --password switches
> are not valid in local mode when using file:/// URLs ?

There is no authentication or authorization when accessing file:///
URLs, other than what the operating system provides. Anyone can
hand-edit the berkeleyDB files, if the OS allows it... so there's no
point in subversion "pretending" to have a security system.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Oct 23 17:10:06 2003

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.