Directory structure and batch scripts to create portable SubGit install with JRE
See this blog post for more details:
- Downlad Oracle JRE installer/archive to the
JRE_Installer
folder. See readme inJRE_Installer
andJRE_Portable
folders for more details. - Download and unpack SubGit to the
Subgit
folder. See readme inSubgit
folder for more details. - Double-click
unpack_jre.cmd
inJRE_Installer
folder - Edit
subgit.cmd
to set the name of the portable JRE to be used.- e.g.:
set jre_dir=jre-8u40-windows-x64
- e.g.:
Now you can use subgit.cmd
as if you were using original subgit.bat
.
c:\Path\To\SubGit-Portable>subgit --version
SubGit version 3.1.1 ('Bobique') build #3448
(c) TMate Software 2012-2016 (http://subgit.com/)