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

Re: Permissions problem?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-07-15 18:03:16 CEST

Wesley Spadola <wspadola@chinookglobal.com> writes:

> Would someone kindly explain to me what svnadmin does to reassign
> permissions, or what I should have done when I initially created the
> repository (should I have run svnadmin create as a certain user, certain
> group, in a certain directory?) so as to prevent this conflict?

Every process has a umask. When a process accesses the database files
directly, it can potentially change perms (or ownership) as a result,
messing things up for the next process that comes along.

Read the "repository permissions" section in chapter 5.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jul 15 18:05:36 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.