Download SubGit 3.2.2

  • Universal Zip Archive (Linux, OS X, Windows)
  • Debian Package (Debian, Ubuntu)

Build: #3603, published on: Aug 15, 2016

Binaries zip archive: subgit-3.2.2.zip

file md5 checksum: 0fd85fd6a800c225bcd4f70c120b3acf

Quick start:
# download zip-archive above
#
$ unzip subgit-3.2.2.zip
#
# make sure you're acting on behalf of the same user you use
# to serve Subversion repository
#
$ subgit-3.2.2/bin/subgit configure --layout auto SVN_URL REPOS.GIT
$ subgit-3.2.2/bin/subgit install REPOS.GIT
$ git clone REPOS.GIT working-tree

Build: #3603, published on: Aug 15, 2016

Debian package: subgit-3.2.2_all.deb

file md5 checksum: a33e66077469a8dd2c437440211e44f1

Quick start:
# download Debian package above and fetch missing dependencies
#
$ sudo dpkg -i subgit_3.2.2_all.deb
$ sudo apt-get install -f
#
# make sure you're acting on behalf of the same user you use
# to serve Subversion repository
#
$ subgit-3.2.2/bin/subgit configure --layout auto SVN_URL REPOS.GIT
$ subgit-3.2.2/bin/subgit install REPOS.GIT
$ git clone REPOS.GIT working-tree

By using SubGit you agree with a SubGit Licensing Agreement.

New in version 3.2.2 (complete release notes):

  • — Fixed issue with registration date being not correctly handled.

System Requirements:

  • — Java 1.7 or newer version.
  • — We test SubGit on Linux, Windows and OS X systems.

Refer to documentation page for more information on how to use SubGit.