Source Repository

Browse the source in the git repository.

There are two important public branches:

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.git
and switch to branch 'next'
cd ovirt
git config remote.origin.fetch +next:next
git pull
git checkout next