OFBiz Source Repository

Public Access

Anyone can checkout or browse the source code in the OFBiz gitbox repository.

Browsing the Repository

You can browse the repository using any of the following links.

Our ofbiz-framework trunk and ofbiz-plugins trunk are also available on Git at the links below:

Checking out the Repository Source Code

NOTE: Apache OFBiz uses Git for version control of our source repository. If you are not familiar with Git and you don't have a Git client tool, then the following could be useful:

ASF Writable Git Services

To checkout the source code, simply use the following command (if you are using a GUI client, configure it appropriately).

Trunk

On gitbox:

ofbiz-framework
$ git clone https://gitbox.apache.org/repos/asf/ofbiz-framework.git ofbiz-framework
ofbiz-plugins
git clone https://gitbox.apache.org/repos/asf/ofbiz-plugins.git plugins

On GitHub:

ofbiz-framework
$ git clone https://github.com/apache/ofbiz-framework.git ofbiz-framework
ofbiz-plugins
$ git clone https://github.com/apache/ofbiz-plugins.git plugins

Releases

ofbiz-framework branch release18.12 (stable)
$ git clone https://gitbox.apache.org/repos/asf/ofbiz-framework.git ofbiz-framework
$ git checkout origin/release18.12
ofbiz-plugins branch release18.12 (stable)
$ git clone https://gitbox.apache.org/repos/asf/ofbiz-plugins.git plugins
$ git checkout origin/release18.12
ofbiz-framework branch release22.01
$ git clone https://gitbox.apache.org/repos/asf/ofbiz-framework.git ofbiz-framework
$ git checkout origin/release22.01
ofbiz-plugins branch release22.01
$ git clone https://gitbox.apache.org/repos/asf/ofbiz-plugins.git plugins
$ git checkout origin/release22.01

Tools

ofbiz tools
$ git clone https://gitbox.apache.org/repos/asf/ofbiz-tools.git ofbiz-tools

Website

ofbiz website
$ git clone https://gitbox.apache.org/repos/asf/ofbiz-site.git ofbiz-website

Committer Access

Committer access requires a special account which is provided by the OFBiz adminstrators. If you have a Committer account you can access the repository through HTTPS. When checking in, you will be prompted your userID and password

When you first connect you will be prompted to accept the SSL certificate. Verify the certificate. .

Git handles keyword expansion, EOL conversion as well as many other features. These features are configured at the server level, so you don't have to worry about them