commit with exit code 255

2012-06-17 Thread Chris Stäbler
Hello together, a few days ago I set up a subversionserver. Now I wanted to check every commit for some conventions. I tried it with an pre-commit hook but always get the following error when I try to commit something: Some of selected resources were not committed. svn: E165001

Re: commit with exit code 255

2012-06-18 Thread Chris Stäbler
ommit >> hook script as executable. So try "chmod 755 >> /path/to/repo/hooks/pre-commit", then try again. >> >> Oops, I trimmed the part of your message where you said you already tried >> that: >> >> >> On Jun 17, 2012, at 08:41, Chris Stäbler wr

AW: commit with exit code 255

2012-06-18 Thread Chris Stäbler
part of your message where you said you already tried that: >> On Jun 17, 2012, at 08:41, Chris Stäbler wrote: >> >>> Every user has executerights for the hook. If your Subversion server happens to be running on an operating system with SELinux enabled, there are some addit

Re: commit with exit code 255

2012-06-19 Thread Chris Stäbler
> > Are you sure you've set the ownership *and* permissions *and* SELinux > security context correctly for /var/www/svn *and* all of its contents > recursively? > > > Hey even after I owned the whole svn folder by apache again and gave every user read,write and execute rights it was not working. Wh