You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Mark K <ma...@mitsein.net> on 2008/07/01 03:04:30 UTC

directory perms for sharded dirs

I just started testing 1.5.0 on the server side and have already hit a
snag.  We support file, svn+ssh, and http URLs for our repositories and
as a result I set the group owner for everything in the repository to
the corresponding unix group and sets the mode on the db/revs and
db/revprops dirs to 2775.  Now that things start sharding, when I
commit something that causes a new 'shard' the db/revs/n and
db/revprops/n direcotries are 2755 and others in the group cannot write
to it :(

The only thing that I can think of off the top of my head it to put in
a post-commit hook that sets the perms on the dirs in db/revs and
db/revprops everytime.  Can anyone think of something more elegant?

-- 
Mark K

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org