Re: Problem with scripted SVN output
From: Hunkel, Manfred <M.Hunkel_at_t-systems.com>
Date: 2005-05-04 10:34:21 CEST
| > > But, on Slackware Slackware 9.1.0 and 8.1.0, my remote testing
It stilll might be. Did you compare the respective environments (Fedora vs. Slackware, httpd vs. shell)? I've seen this before. Things working OK in a shell environment doesn't prove they'll also work OK in httpd or vice versa.
I'd suggest comparing the output of <?php phpinfo(); ?> on both installations, or
<? exec('/usr/local/bin/svn log --limit 1 /path/to/directory 2>&1', $output);
The latter redirects stderr to stdout for this command, so if anything gets written to stderr, it should get captured into $output as well.
Cheers,
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.