[Bps-public-commit] r14997 - in Shipwright/branches/2.0: lib/Shipwright/Backend

sunnavy at bestpractical.com sunnavy at bestpractical.com
Mon Aug 11 09:19:33 EDT 2008


Author: sunnavy
Date: Mon Aug 11 09:19:33 2008
New Revision: 14997

Modified:
   Shipwright/branches/2.0/   (props changed)
   Shipwright/branches/2.0/lib/Shipwright/Backend/SVK.pm

Log:
 r15540 at sunnavys-mb:  sunnavy | 2008-08-11 20:27:53 +0800
 let export of svk be co and then co -d


Modified: Shipwright/branches/2.0/lib/Shipwright/Backend/SVK.pm
==============================================================================
--- Shipwright/branches/2.0/lib/Shipwright/Backend/SVK.pm	(original)
+++ Shipwright/branches/2.0/lib/Shipwright/Backend/SVK.pm	Mon Aug 11 09:19:33 2008
@@ -68,10 +68,15 @@
         }
     }
     elsif ( $type eq 'export' ) {
-        @cmd =
-          [ 'svk', 'checkout', $self->repository . $args{path}, $args{target} ];
-
-        #            @cmd = [ 'svk', 'checkout', '-d', $args{target} ];
+        @cmd = (
+            [
+                'svk',                           'checkout',
+                $self->repository . $args{path}, $args{target}
+            ],
+            [
+                'svk', 'checkout', '-d', $args{target}
+            ]
+        );
     }
     elsif ( $type eq 'list' ) {
         @cmd = [ 'svk', 'list', $self->repository . $args{path} ];



More information about the Bps-public-commit mailing list