Class GitVCS

  • All Implemented Interfaces:
    RuntimeVersionControl

    public class GitVCS
    extends java.lang.Object
    implements RuntimeVersionControl

    RuntimeVersionControl implementation specifically built for GIT.

    This implementation will allow allow cloning and updating of a local repository. Interlok by itself does not manage repository files, but simply checks them out so that we can start an instance with configuration files that may be checked in.

    By dropping this jar file into the classpath of Interlok you will have activated source control cloning via GIT.
    However if you do not configure the bootstrap.properties correctly we will skip attempting to clone/update your local repository.

    Since:
    3.0.3