Source Repository
Browse the source in the git repository.
There are two important public branches:
- master branch is golden - it should always contain stable features which are going to be included in the next release
- next branch is where new development takes place, changes are merged to master once they are completed and tested
If you're interested in development, download the source code onto your own machine using the following command (you will need git installed, yum install git)
git clone git://git.et.redhat.com/ovirt.gitand switch to branch 'next'
cd ovirt git config remote.origin.fetch +next:next git pull git checkout next
