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

Re: Could svn_backend check permissions?

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2003-09-05 21:46:35 CEST

On Fri, 2003-09-05 at 15:21, Philip Martin wrote:
> - In normal use a user needs to be able to create new log files,
> verifying that this is possible involves checking directory
> permissions all the way back to root.

Really? If we can stat() the directory at all, then only the mode bits
on that directory should affect whether we can create files there.

(Of course, if the repository is in AFS, our permissions-checking is
just going to get in the way. I don't know how well BDB 4 databases in
AFS work.)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Sep 5 21:47:28 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.