[Bps-public-commit] r12237 -
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Mon May 12 06:41:52 EDT 2008
Author: sunnavy
Date: Mon May 12 06:41:49 2008
New Revision: 12237
Modified:
/ (props changed)
Shipwright/trunk/lib/Shipwright/Backend/SVK.pm
Log:
r12242 at sunnavys-mb: sunnavy | 2008-05-12 15:04:32 +0800
fixed more invalid returned info
Modified: Shipwright/trunk/lib/Shipwright/Backend/SVK.pm
==============================================================================
--- Shipwright/trunk/lib/Shipwright/Backend/SVK.pm (original)
+++ Shipwright/trunk/lib/Shipwright/Backend/SVK.pm Mon May 12 06:41:49 2008
@@ -442,7 +442,7 @@
my ( $info, $err ) =
Shipwright::Util->run( $self->_cmd( info => path => $path ), 1 );
$self->log->warn($err) if $err;
- return if $info =~ /not exist/;
+ return if $info =~ /not exist|not a checkout path/;
return $info;
}
More information about the Bps-public-commit
mailing list