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