An older thread with this title was closed, so I opened a new one.
I am also trying to run a CVS command within a perl CGI
script. I am using backticks and am not getting output.
The previous thread closed when the poster was reminded
that the user the CGI was running as lack permissions
to execute the desired command.
....but I am using $EVN{CVSROOT}, setting it to a fully
qualified value, including a sufficiently capable user
and including that user's password (so no "login" is
required)
I am using CGI.pm and running it from the command line
show the desired output, but running from the webserver
show no output at all.
Q: Shouldn't properly setting CVSROOT in %ENV circumvent the issues of the web-server-user?
TIA!