]> rtime.felk.cvut.cz Git - l4.git/blobdiff - repomgr
update
[l4.git] / repomgr
diff --git a/repomgr b/repomgr
index 88eea37ea93e62f793e953f8175fda61901f574d..444001dedbdd9e172cb8cf00d226bf8a16e9a67f 100755 (executable)
--- a/repomgr
+++ b/repomgr
@@ -387,7 +387,7 @@ sub do_checkout(%)
 
       foreach my $pe (@path_elems)
         {
-          if (! -d "$path/$pe/.svn")
+          if (! -d "$path/$pe")
             {
               # if we find something from path_roots then switch to that
               my $changed_path = convert_path("$path/$pe", 0,
@@ -417,7 +417,7 @@ sub do_checkout(%)
                   }
                 else
                   {
-                    my $cmd = "cd $path && svn update -r '$svnrev' --depth empty $pe";
+                    my $cmd = "cd $path && svn update -q -r '$svnrev' --depth empty $pe";
                     #print "cmd: $cmd\n";
                     system($cmd);
                     die "svn update failed" if $?;