Re: *CANNOT* submit patches to d...@subversion.apache.org due to bounces

2012-06-17 Thread Daniel Shahaf
Daniel Shahaf wrote on Mon, Jun 18, 2012 at 00:21:13 +0300: > Nico Kadel-Garcia wrote on Sun, Jun 17, 2012 at 16:54:00 -0400: > > I've tried repeatedly over the last few days to submit some patches with > > my gmail account to d...@subversion.apache.org, but they're bouncing with > > this sort of

Re: *CANNOT* submit patches to d...@subversion.apache.org due to bounces

2012-06-17 Thread Daniel Shahaf
Nico Kadel-Garcia wrote on Sun, Jun 17, 2012 at 16:54:00 -0400: > I've tried repeatedly over the last few days to submit some patches with > my gmail account to d...@subversion.apache.org, but they're bouncing with > this sort of response: This happened from my home just now, and happened > actual

*CANNOT* submit patches to d...@subversion.apache.org due to bounces

2012-06-17 Thread Nico Kadel-Garcia
I've tried repeatedly over the last few days to submit some patches with my gmail account to d...@subversion.apache.org, but they're bouncing with this sort of response: This happened from my home just now, and happened actually sending from the Elego building at the Subversion Hackation last week

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