Download SubGit 1.0.3

You may use SubGit for evaluation purposes without a registration as long as you like. During that evaluation period SubGit will remind you on a necessity of registration with the help of post commit and post receive messages.

For production use registration is required.

By downloading and using SubGit you agree with a SubGit Licensing Agreement.

Build: #2231, published on: Feb 6, 2013

  • Binaries zip archive: subgit-1.0.3.zip
    file md5 checksum: a7a7c9b77ceb974b57e81272fd331975

Quick Start:

# download zip-archive above
#     
$ unzip subgit-1.0.3.zip
#
# make sure you're acting on behalf of the same user you use 
# to serve Subversion repository
#
$ subgit-1.0.3/bin/subgit install path/to/subversion/repository
$ git clone path/to/subversion/repository working-tree

Upgrade:

#
# Add --rebuild option to also retranslate Subversion revisions to Git commits
# using new version of SubGit. 
#    
$ subgit-1.0.3/bin/subgit install path/to/subversion/repository

Build: #2231, published on: Feb 6, 2013

Quick Start:

# download Debian package above and fetch missing dependencies
#     
$ sudo dpkg -i subgit_1.0.3_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 install path/to/subversion/repository
$ git clone path/to/subversion/repository working-tree

Upgrade:

#
# Add --rebuild option to also retranslate Subversion revisions to Git commits
# using new version of SubGit. 
#    
$ subgit install path/to/subversion/repository

See issues fixed in this version in the issues tracker report.

System Requirements:

Refer to SubGit Book and to documentation page for more detailed instructions on how to use SubGit.