Simon's hacking on monad-comp; incomplete
[ghc-hetmet.git] / sync-all
index c9c4dc4..5dc6a40 100755 (executable)
--- a/sync-all
+++ b/sync-all
@@ -378,6 +378,8 @@ sub scmall {
             scm ($localpath, $scm, @scm_args, @args);
         }
         elsif ($command =~ /^checkout$/) {
+            # Not all repos are necessarily branched, so ignore failure
+            $ignore_failure = 1;
             scm ($localpath, $scm, "checkout", @args)
                 unless $scm eq "darcs";
         }