Skip to content
Alberto Fanjul edited this page Jan 8, 2015 · 6 revisions

Welcome to the jmeld wiki!

If you find snapshots from readme interesting, just try it issuing:

$ git clone <repo>
$ cd <repo>
$ cd src/test/resources/vcs
$ unzip git.zip            # This decompress a test git repo
$ cd ../../../../
$ mvn clean install        # define JAVA_HOME to jdk7
$ mvnexec -CBDPaqf Vcs     # -C -B -D stands for no-clean, no-build, no-dependencies, see [mvnexec](albfan/mvnexec)

That will lauch org.jmeld.VcsComparison. It has a main method who expect to locate src/test/resources/vcs/git repo

VcsComparison

Clone this wiki locally