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

Re: svn commit: r12676 - branches/locking/subversion/libsvn_fs_fs

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2005-01-12 16:57:48 CET

On Wed, 2005-01-12 at 09:12, Peter N. Lundblad wrote:
> umask problems? I think you need to be careful when creating new files and
> directories. Other parts of libsvn_fs_fs is it. I think it copies
> permissions from another file, but I am not sure.

New rev and rev-prop files get permissions copied from the previous head
revision.

I'm not sure if there's a similarly elegant solution for locks. We
could copy directory permissions from the parent directory and file
permissions from revs/0, perhaps. At any rate, FSFS advertises having
no umask issues, so we have to handle the issue somehow.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jan 12 16:59:27 2005

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.