On 17.12.2014 11:46, Somashekarappa, Anup (CWM-NR) wrote: > > > Hi, > > For one of the repository we are getting the below error while committing. > > But the same script is working fine for other repositories. > > I have given full permission ( chmod 777 pre-commit ) to the script > but it is not getting executed. > > > > > May I know what could be the reason?
Exit code 255 usually means that a script was not found, or could not be executed. There can be many reasons for that; from invalid symbolic links, to a missing #! line in the script itself. In any case, you'll have to double-check your server and repository setup. -- Brane