On Feb 12, 2010, at 11:07 AM, Christian Geisert wrote: > Jacopo Cappellato schrieb: >> To all OFBiz committers, >> today I got the following error when I was trying to update the OFBiz >> website ("svn up" in the folder /www/ofbiz.apache.org/): >> svn: In directory '.' >> svn: Can't open 'tempfile.tmp': Permission denied >> Am I the only one that is experiencing this? > > It just worked for me (did first 'svn cleanup', then an successfull 'svn up') > I guess this is related to the recent changes regarding LDAP, you're probably > missing a unix group. Just run 'id' on people.apache.org to see > of which groups you are a member. > I think you should be at last a member of committers and ofbiz (and maybe > apsite) > > Christian
Thank you Christian, this is of great help! Here is the output of the 'id' command: uid=2275(jacopoc) gid=2275(jacopoc) groups=2275(jacopoc),5000(committers),5008(member),5014(apsite) It seems that I am not in the ofbiz group (and I am not the only one). Ok, I think that this can be fixed at the PMC level. Kind regards, Jacopo