Package com.caucho.git

Examples of com.caucho.git.GitRepository


        // 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);
View Full Code Here

TOP

Related Classes of com.caucho.git.GitRepository

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.