Details
The following tools are required * Subversion client 1.6.6+ * Groovy 1.6+
Manual Installation- Subversion : http://subversion.apache.org/packages.html
- Groovy : http://groovy.codehaus.org/Installing+Groovy
If you manually install those tools, add them into the PATH or Path environment variable.
Debian-based LinuxYou can install the following packages * subversion : sudo apt-get install subversion * groovy : sudo apt-get install groovy
Installation Check
In order to check the installation, open a command-line program and run * svn --version * groovy -version
Ok ! Everything is set up, you are ready to use jigomerge !!