directory permissions on AFS

2012-12-12 Thread Jaime Frey
Hi, We have a shared bare git repository on AFS, which our developers pull from and push to from their local repositories. Some developers access the bare repository directly over AFS and others use ssh. Every couple of months, all of the two-character directories under the objects directory

Re: directory permissions on AFS

2012-12-12 Thread Junio C Hamano
Jaime Frey jf...@cs.wisc.edu writes: Stracing git revealed that it successfully recreated the ./objects/fb and then failed to chmod() it. It failed because it tried to set the S_ISGID bit, which mere mortals cannot do on AFS. Manually recreating all of these directories solves the problem.