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

Re: Could svn check permissions?

From: John Peacock <jpeacock_at_rowman.com>
Date: 2003-09-04 21:01:56 CEST

Marc Singer wrote:

> I believe it is reasonable to determine an optimal set of files and
> directories that must have r/w access for the user to be able to write
> the database.

Except that this doesn't belong in subversion, but rather in the database
library itself. It is strictly a BerkeleyDB issue how the permissions on the
files are set. AIUI, the issue is really that each user's logfile is owned by
that user, so that if the umask is wrong, the group rights won't apply. Then
the next user's access gets wedged.

Once subversion has different backends, any code to check permissions like this
will be useless.

My 2 cents...

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Boulevard
Suite H
Lanham, MD  20706
301-459-3366 x.5010
fax 301-429-5748
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Sep 4 21:02: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.