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

Re: commit with exit code 255

2012-06-18 Thread Ryan Schmidt
On Jun 18, 2012, at 12:44, Chris Stäbler wrote: > I tried it and it solved it in the first moment. But now I get the following > message when I try to commit: > > svn: E204900: Commit failed (details follow): > svn: E204900: Can't open file '/var/www/svn/firstrepo/db/txn-current-lock': > Permiss

AW: commit with exit code 255

2012-06-18 Thread Chris Stäbler
Hey I tried it and it solved it in the first moment. But now I get the following message when I try to commit: svn: E204900: Commit failed (details follow): svn: E204900: Can't open file '/var/www/svn/firstrepo/db/txn-current-lock': Permission denied svn: E175002: MKACTIVITY of '/svn/firstrepo/!s

Re: commit with exit code 255

2012-06-18 Thread Chris Stäbler
2012/6/17 Nico Kadel-Garcia > On Sun, Jun 17, 2012 at 4:18 PM, Ryan Schmidt < > subversion-20...@ryandesign.com> wrote: > >> >> On Jun 17, 2012, at 15:11, Ryan Schmidt wrote: >> >> > Chris, I get the same result as you, if I forget to mark the pre-commit >> hook script as executable. So try "chmo

Re: commit with exit code 255

2012-06-17 Thread Nico Kadel-Garcia
On Sun, Jun 17, 2012 at 4:18 PM, Ryan Schmidt < subversion-20...@ryandesign.com> wrote: > > On Jun 17, 2012, at 15:11, Ryan Schmidt wrote: > > > Chris, I get the same result as you, if I forget to mark the pre-commit > hook script as executable. So try "chmod 755 > /path/to/repo/hooks/pre-commit",

Re: commit with exit code 255

2012-06-17 Thread Ryan Schmidt
On Jun 17, 2012, at 15:11, Ryan Schmidt wrote: > Chris, I get the same result as you, if I forget to mark the pre-commit 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 t

Re: commit with exit code 255

2012-06-17 Thread Ryan Schmidt
On Jun 17, 2012, at 12:10, Nico Kadel-Garcia wrote: > On Jun 17, 2012, at 08:41, Chris Stäbler wrote: > >> 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

Re: commit with exit code 255

2012-06-17 Thread Nico Kadel-Garcia
On Sun, Jun 17, 2012 at 9:41 AM, Chris Stäbler wrote: > 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:**

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