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

Re: Permission for .svn/tmp is lost after svn cleanup

From: Nico Kadel-Garcia <nkadel_at_gmail.com>
Date: Mon, 10 Aug 2015 06:24:14 -0400

On Mon, Aug 10, 2015 at 3:27 AM, Branko Čibej <brane_at_wandisco.com> wrote:
> On 07.08.2015 22:44, Johan Ryberg wrote:
>> Hi,
>>
>> I need to have rw for group svnusers for .svn/tmp to be able to let
>> different users to check in and commit changes but every time cleanup
>> are used only the owner has write permission.
>>
>> Does anyone know how to let a group to have write permission as well?
>
> Change the umask, otherwise you'll have other problems, not just with
> permissions on .svn/tmp.
>
> -- Brane

And set all directory permissions in that working copy to 2770 or
perhaps 2775 if you want to permit non group members to read the
content. In the Linux or UNIX world, that would be:

          find .svn -type d -exec chmod 2770 {} \; -print
Received on 2015-08-10 12:24:31 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.