434435436437438439440441442443444
// QA if (root instanceof MemoryPath) root = Vfs.lookup("file:/tmp/caucho/qa"); _git = new GitRepository(root.lookup(".git")); try { _git.initDb(); } catch (Exception e) { log.log(Level.WARNING, e.toString(), e);