RE: svn exit/return/status codes
From: bruce <bedouglas_at_earthlink.net>
Date: 2004-08-26 00:10:51 CEST
thanks for the reply...
however, i still don't know what valid error/status codes are. so how would
i'm trying to find where the status/err codes for a given command line
thanks
-bruce
-----Original Message-----
bruce bedouglas-at-earthlink.net |Lists| wrote:
You mention both perl and php and the answer differs between them. These
In perl, if you run exec(), no more lines in your script will ever be
my $output = `svn ls svn://foo.com/repos/trunk 2>&1`;
In php, you'll want to run the command as
Peter
-- Peter Valdemar Mørch http://www.morch.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Thu Aug 26 00:07:48 2004 |
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.