Download SubGit EAP Build

Early Access Program (EAP) builds are those we consider stable and use for self-hosting. However, these builds are not of release quality and may not be suited for use in your production environment.

Purpose of the Early Access Program (EAP) is to give you a build to play with and let our priorities be formed by your feedback.

SubGit is a closed source software. You may use this version of it for free.

Build: #1096, published on: Feb 13, 2012

Quick Start:

# download zip-archive above
#     
$ unzip subgit-1.0.0-EAP_1096.zip
#
# make sure you're acting on behalf of the same user you use 
# to serve Subversion repository
#
$ subgit-1.0.0-EAP_1096/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.0-EAP_1096/bin/subgit install path/to/subversion/repository

Build: #1096, published on: Feb 13, 2012

Quick Start:

# download Debian package above
#     
$ sudo dpkg -i subgit_1.0.0-EAP-1096_all.deb
#
# 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-1.0.0-EAP_1096/bin/subgit install path/to/subversion/repository
Refer to Quick Start Guide and to documentation page for more detailed instructions on how to use SubGit.

System Requirements:

In this EAP build:

* SubGit runs existing pre-commit, post-commit, pre-receive and post-receive hooks.
* Added support for shallow translation with minimal revision specified.
* Lot of under the hood improvements and fixes
See list of all resolved issues in this EAP build.

Known issues:

SubGit Roadmap

We're trying to stay on the following schedule:

Feel free to browse our issues tracker to see features and bugfixes planned for the next EAP or next release, and of course you're welcome to submit your own issues.

See list of all issues planned for the next EAP.