Here is a snippet from my nightly backup script written in
Perl. Try something like this to get the error code and more
descriptive message:
$checkpointResults = `p4d -jc -z 2>&1`;
if ( $? ) { print "ERROR: p4d -jc -z, $?:
\n$checkpointResults" }
else { print "$checkpointResults\n" }
Later.....Scott...
-----Original Message-----
From: p4perl-bounces perforce.com [mailto:p4perl-bounces perforce.com]On
Behalf Of Mike
Sent: Wednesday, July 19, 2006 12:13 PM
To: p4perl perforce.com
Subject: [p4perl] admin checkpoint aborted?
I'm new to p4 and am taking over the backups for an
existing p4
depot. What does it mean:
/usr/local/bin/p4 -u USER -p HOST:1666 admin checkpoint
script.sh: line 22: 31219 Aborted $P4 admin
checkpoint
The command is on line 22 of script.sh and the PID is 31219.
Why
would a checkpoint abort?
I ran the command again and the unix return code is 134.
Does that
number mean anything?
Mike
_______________________________________________
p4perl mailing list
p4perl perforce.com
http://maillist.perforce.com/mailman/listinfo/p4perl
_______________________________________________
p4perl mailing list
p4perl perforce.com
http://maillist.perforce.com/mailman/listinfo/p4perl
|