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

Re: RFC: svnserve.conf umask directive

From: Tobias Ringstrom <tobias_at_ringstrom.mine.nu>
Date: 2003-11-30 22:42:33 CET

Greg Hudson wrote:
> * Decide not to implement this, because it's Unix-specific.

+1

Not mainly because it's Unix-specific, but because I don't think it
really solves the problem. Most of the problems seem to occur when
you mix different access methods, so any real fix need to be
independant of the access method.

If it is to be implemented for all access methods, I think that the
fact that the umask is process global is a problem for ra_dav as well,
since it too can be threaded. Please correct me if I'm wrong.

A solution could perhaps be to only check that the current umask is
correct, and abort if not. That would prevent repository "corruption"
and let the user fix the problem. Unfortunately I'm not sure if it's
possible to read the umask without setting it. Anyone?

/Tobias

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Nov 30 22:43:08 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.