public void setUp() throws Exception {
    env1.setUp();
    env2.setUp();

    // Set the project to the content we need ...
    env1.magicSetUpRepo("proj2", new String[] {"a.txt", "f1/b.txt", "f1/c.txt"});
    env2.deleteFile("proj2");
  }