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

Re: .svn/wc.db as group writable

From: Nico Kadel-Garcia <nkadel_at_gmail.com>
Date: Fri, 24 Feb 2017 09:07:03 -0500

On Fri, Feb 24, 2017 at 5:17 AM, Johan Corveleyn <jcorvel_at_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?
Received on 2017-02-24 15:07:09 CET

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.