DragonFly commits List (threaded) for 2008-11
DragonFly BSD
DragonFly commits List (threaded) for 2008-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

GIT REPO CONVERSION COMPLETE - Info for users


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Wed, 26 Nov 2008 14:18:39 -0800 (PST)

    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




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]