Commit blocked by pre-commit hook (exit code 255) with no output.

2015-12-01 Thread foven
TestFolder -m "Testing" This seems to cause the vcs user to sudo to the phd user and run: svnserve -t --tunnel-user=foven I really have no idea what is causing this issue at this point. It could be some sort of permissions or ownership issue, but I've tested the hook like this

Re: Commit blocked by pre-commit hook (exit code 255) with no output.

2015-12-02 Thread foven
Thanks for the reply. If the user running the script just needs to have read and execute permission, then if the file has permissions like this: -rwxr-xr-x 1 phd phd 37 Nov 18 14:39 pre-commit shouldn't it work no matter who the user running the script is? That is how the permissions have

Re: Commit blocked by pre-commit hook (exit code 255) with no output.

2015-12-02 Thread foven
On Wed, Dec 2, 2015 at 11:28 AM, wrote: > > > On Dec 2, 2015, at 9:11 AM, foven wrote: > > > > Thanks for the reply. > > > > If the user running the script just needs to have read and execute > > permission, then if the file has permissions like this: &g

Re: Commit blocked by pre-commit hook (exit code 255) with no output.

2015-12-02 Thread foven
On Wed, Dec 2, 2015 at 3:07 PM, Philip Martin wrote: > foven writes: > > > On Wed, Dec 2, 2015 at 11:28 AM, wrote: > > > >> > >> > On Dec 2, 2015, at 9:11 AM, foven wrote: > >> > > >> > Thanks for the reply. > >> >

Re: Commit blocked by pre-commit hook (exit code 255) with no output.

2015-12-03 Thread foven
On Wed, Dec 2, 2015 at 9:50 PM, Nico Kadel-Garcia wrote: > On Wed, Dec 2, 2015 at 2:12 PM, foven wrote: > > > I looked at the output of "journalctl -n 50", which seems to be enough > > to see all that is logged for a commit attempt. I also checked > > /var/

Re: Commit blocked by pre-commit hook (exit code 255) with no output.

2015-12-03 Thread foven
On Thu, Dec 3, 2015 at 2:54 PM, wrote: > > On Dec 3, 2015, at 9:40 AM, foven wrote: > > On Wed, Dec 2, 2015 at 9:50 PM, Nico Kadel-Garcia > wrote: > >> On Wed, Dec 2, 2015 at 2:12 PM, foven wrote: >> >> > I looked at the output of "journalctl -n 5

Re: Commit blocked by pre-commit hook (exit code 255) with no output.

2015-12-03 Thread foven
On Thu, Dec 3, 2015 at 4:02 PM, Mark Phippard wrote: > Given that you are using Phabricator, have you tried this? > > https://secure.phabricator.com/book/phabricator/article/diffusion_hooks/ > > > > On Thu, Dec 3, 2015 at 3:55 PM, foven wrote: > >> On Thu,

Re: Commit blocked by pre-commit hook (exit code 255) with no output.

2015-12-04 Thread foven
from my iPad > > On Dec 3, 2015, at 5:39 PM, foven wrote: > > On Thu, Dec 3, 2015 at 4:02 PM, Mark Phippard wrote: > >> Given that you are using Phabricator, have you tried this? >> >> https://secure.phabricator.com/book/phabricator/article/diffusion_hooks/ >>

Re: Commit blocked by pre-commit hook (exit code 255) with no output.

2015-12-05 Thread foven
On Fri, Dec 4, 2015 at 11:25 AM, Mark Phippard wrote: > On Fri, Dec 4, 2015 at 11:19 AM, foven wrote: > >> On Thu, Dec 3, 2015 at 8:20 PM, Mark Phippard wrote: >> >>> What I was thinking is that the hook they've installed would have >>> something in