Hooks That Use Perl Test::Builder Having Problems with STDERR

2011-01-05 Thread eric.berg
I'm working on porting a fairly extensive set of CVS hooks to SVN. The issue that I'm having now is that my pre-commit hook, which runs a Perl script that performs tests based on Test::Builder and Test::More, never show their stderr on the console. I see it in the svn web server logs, but not

RE: Hooks That Use Perl Test::Builder Having Problems with STDERR

2011-01-05 Thread eric.berg
Dave, if you look into how the hooks work, basically, they are passed a repo path and a transaction id that, using svnlook, gives you access to copies of the working files, so it doesn't matter where the hooks run, nor is there any requirement for server/client communication. Though I do love i

RE: Hooks That Use Perl Test::Builder Having Problems with STDERR

2011-01-06 Thread eric.berg
From: David Weintraub [mailto:qazw...@gmail.com] Sent: Wednesday, January 05, 2011 6:04 PM To: Berg, Eric: IT (NYK) Cc: users@subversion.apache.org Subject: Re: Hooks That Use Perl Test::Builder Having Problems with STDERR On Wed, Jan 5, 2011 at 5:03 PM, mailto:er