OFBiz Source Repository

Public Access

Anyone can checkout or browse the source code in the OFBiz public Subversion (SVN) 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 Apache Subversion for version control of our source repository. If you are not familiar with Apache Subversion and you don't have an SVN client tool, then following links could be useful:

SVN Client Tools

SVN Documenentation

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

Trunk

ofbiz-framework
$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk ofbiz-framework
ofbiz-plugins
$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk ofbiz-plugins

Releases

ofbiz-framework branch release18.12
$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/branches/release18.12 ofbiz.18.12
ofbiz-plugins branch release18.12
$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/branches/release18.12 ofbiz.18.12-plugins
ofbiz-framework branch release17.12
$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/branches/release17.12 ofbiz.17.12
ofbiz-plugins branch release17.12
$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/branches/release17.12 ofbiz.17.12-plugins
branch release16.11 (stable)
$ svn co http://svn.apache.org/repos/asf/ofbiz/branches/release16.11 ofbiz.16.11

Tools

ofbiz tools
$ svn co http://svn.apache.org/repos/asf/ofbiz/tools ofbiz-tools

Website

ofbiz website
$ svn co http://svn.apache.org/repos/asf/ofbiz/site 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 is for svn.apache.org. After verification, select option 'P' to permanently add to your SVN configuration.

Subversion can handle keyword expansion, eol conversion as well as many other features. These features are configured at the server level (actually only in the OFBiz repository branch), so you don't have to worry about them