Re: Permission denied when executing shell script

2014-04-29 Thread Justinas Urbanavicius
They all have 2775 permissions: drwxrwsr-x 4 root www-data 4.0K Apr 29 16:17 .hg drwxrwsr-x 4 root www-data 4.0K Apr 29 15:34 store as 775 is set group writing should be permitted, and jenkins user should be able to write as hi is in www-data group: su jenkins groups nogroup www-data On

Re: Permission denied when executing shell script

2014-04-29 Thread 'Kamal Ahmed' via Jenkins Users
Look at your .hg's for permissions After hg init .hg and .hg/store have 755 permission, so if you're not the owner of the repository, you won't be able to write there. You can read, but not write. hope this helps On Tuesday, April 29, 2014 8:51 AM, Justinas Urbanavicius wrote: I have a Ma