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

Re: svnadmin create not honoring sticky bit

From: Stefan Sperling <stsp_at_elego.de>
Date: Tue, 30 Mar 2010 14:48:06 +0200

On Tue, Mar 30, 2010 at 02:16:50PM +0200, Ullrich.Jans_at_elektrobit.com wrote:
> cd /tmp
> mkdir test
> chgrp www test
> chmod 2770 test
> setfacl -m u:username:rwx test
> setfacl -m d:u:username:rwx test
> cd test
> svnadmin create test1
> su - username -c "cd /tmp/test; svnadmin create test2"
>
> Result:
>
> ls -l
> total 16
> drwxrws---+ 6 root www 4096 2010-03-30 14:07 test1
> drwxrws---+ 6 username www 4096 2010-03-30 14:07 test2
> ls -ld test1/db test2/db
> drwxrws---+ 6 root www 4096 2010-03-30 14:07 test1/db
> drwxrwx---+ 6 username www 4096 2010-03-30 14:07 test2/db
> ls -l test1/db/rep-cache.db test2/db/rep-cache.db
> -rw-r-----+ 1 root www 4096 2010-03-30 14:07 test1/db/rep-cache.db
> -rw-r-----+ 1 username users 4096 2010-03-30 14:07 test2/db/rep-cache.db

See http://subversion.tigris.org/issues/show_bug.cgi?id=3437

Stefan
Received on 2010-03-30 14:48:46 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.