On Fri, Feb 24, 2017 at 5:17 AM, Johan Corveleyn <jcor...@gmail.com> wrote:

> [[[
> $ ls -l .svn
> total 160146
> -rw-rw-r--   1 johndoe  devgrp            3 Mar 21  2014 entries
> -rw-rw-r--   1 johndoe  devgrp            3 Mar 21  2014 format
> drwxrwxr-x 258 johndoe  devgrp          258 Mar 21  2014 pristine/
> drwxrwxr-x   2 johndoe  devgrp            2 Feb 23 18:03 tmp/
> -rw-rw-r--   1 johndoe  devgrp      81847296 Feb 23 18:03 wc.db
> -rw-rw-r--   1 johndoe  devgrp            0 Feb 23 18:03 wc.db-journal
> ]]]

You're definitely gont to want to set the directory permissions to
"2775", in order to ensure that files created inside the subdirectory
inherit the correct group permissions. Perhaps a "find . ! -group
devgrp" might show such files, if they already exist?

Reply via email to