RE: Permission Denied Error on Pre-commit Java hook

2009-12-16 Thread DEVELA Brent
-Original Message- From: Ryan Schmidt [mailto:subversion-20...@ryandesign.com] Sent: Wednesday, December 16, 2009 4:48 PM To: DEVELA Brent Cc: 'users@subversion.apache.org' Subject: Re: Permission Denied Error on Pre-commit Java hook On Dec 15, 2009, at 23:35, DEVELA B

RE: Permission Denied Error on Pre-commit Java hook

2009-12-15 Thread DEVELA Brent
System.exit(0); } catch (Exception ex) { System.out.println(ex.getMessage()); } } } Contents of /tmp/Output.txt after execution as a pre-commit hook. Hello World! Permission denied Regards, Brent -Original Message- From: Ryan Schmidt [mailto:sub

Permission Denied Error on Pre-commit Java hook

2009-12-15 Thread DEVELA Brent
Hello Everyone, This is my very first post in this mailing list and I have a rather simple question. I've created my very first hook and what it does is that a Python script calls a java jar file which then creates a file writes something into it. When it is run as a hook, I am