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-

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

2010-03-05 Thread Chris Shelton
Craig, On Fri, Mar 5, 2010 at 9:52 AM, Craig Thayer wrote: > Thanks again David. > > The reason for the post-commit hook is to pull certain files out of > Subversion and write them to our server. For example, if > tools/perl/trunk/lib/foo.pm is updated we want it to be copied to > /usr/lib/per

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-04 Thread Kris Deugau
Craig Thayer wrote: David, Thank you for your reply. Yes, I have tested the script on the Subversion server and it runs just fine. As root, or as the user the repo is accessed as? /root isn't usually accessible by any user *other* than root in my experience, and most of the documentation as

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

2010-03-04 Thread David Weintraub
> > -Original Message----- > From: David Weintraub [mailto:qazw...@gmail.com] > Sent: Wednesday, March 03, 2010 9:57 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 > > O

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

2010-03-04 Thread Chris Shelton
Craig, On Thu, Mar 4, 2010 at 12:20 PM, Craig Thayer wrote: > Yes, I have tested the script on the Subversion server and it runs just fine. >  And I agree it is obvious that Perl is including the directories to my > libraries (so the use lib statements are working as designed as you stated).  

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

2010-03-04 Thread Craig Thayer
hayer Cc: users@subversion.apache.org Subject: Re: Perl can't find my libraries when run via the subversion post-commit script On Wed, Mar 3, 2010 at 3:15 PM, Craig Thayer wrote: > I am at a loss as to why my perl script cannot find my libraries when > invoked by the subversion post-commit sc

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

2010-03-03 Thread David Weintraub
On Wed, Mar 3, 2010 at 3:15 PM, Craig Thayer wrote: > 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 ru