For users you need to build and install the devel/scmgit package
    from pkgsrc.  You can then clone the repo using the following
    sequence of commands.  If you have made local changes to the source
    tree you have to save them before doing this or they will be lost.

        cd /usr
        rm -rf src
        git clone -o crater -n git://crater.dragonflybsd.org/dragonfly.git src
        cd src
        git branch rel2_0 crater/DragonFly_RELEASE_2_0

    You now have two local branches available.  'master' tracks the
    main development trunk and 'rel2_0' tracks the 2.0 release
    (for example).  You can checkout the one you want with:

        git checkout rel2_0

    or

        git checkout master

    You can update your archive with changes made from the master and merge
    them into your current branch using:

        git pull crater

    Instructions for committers will be posted to kernel@

                                                -Matt

Reply via email to