Perl can't find my libraries when run via the subversion post-commit script

2010-03-03 Thread Craig Thayer
I am at a loss as to why my perl script cannot find my libraries when invoked by the subversion post-commit script. My script runs just fine when invoked manually in a terminal window. I'm aware that the subversion post-commit script runs with no environment defined, but the error I'm getting

RE: Perl can't find my libraries when run via the subversion post-commit script

2010-03-04 Thread Craig Thayer
ds my libraries just fine. I would, however, like to understand what causes Perl to not recognize my added paths to @INC when it runs as a Subversion hook. Craig -Original Message- From: David Weintraub [mailto:qazw...@gmail.com] Sent: Wednesday, March 03, 2010 9:57 PM To: Craig T

RE: Perl can't find my libraries when run via the subversion post-commit script

2010-03-04 Thread Craig Thayer
From: Chris Shelton [mailto:cshel...@shelton-family.net] Sent: Thursday, March 04, 2010 12:13 PM To: Craig Thayer Cc: users@subversion.apache.org Subject: Re: Perl can't find my libraries when run via the subversion post-commit script Craig, On Thu, Mar 4, 2010 at 12:20 PM, Craig Thayer wrote:

RE: Perl can't find my libraries when run via the subversion post-commit script

2010-03-05 Thread Craig Thayer
: Friday, March 05, 2010 10:21 AM To: Craig Thayer Cc: users@subversion.apache.org Subject: Re: Perl can't find my libraries when run via the subversion post-commit script Craig, On Fri, Mar 5, 2010 at 9:52 AM, Craig Thayer wrote: > Thanks again David. > > The reason for the post-