svn - linux permission inheritance -


i'd clarity on linux permission inheritance , subversion. if check out owned "svn:svn" , commit it, then, run svn update on directory checked out, file(s) gets permissions. member of group svn. remove myself svn group force permissions stay svn:svn when update? using subversion client check out files , uses svn user. thanks

you need set sticky bit on group permissions on directory.

chmod g+s svndir 

this force group permissions inherited it's descendants.


Comments