DragonFly kernel List (threaded) for 2008-11
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: GIT REPO CONVERSION COMPLETE - Info for committers
Matthew Dillon schrieb:
To all committers! cvs write access to crater has been disabled and
ssh has been changed from cvs to git operations.
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.
SAVE ANY LOCAL CHANGES YOU HAVE MADE BEFORE DOING THIS! This example
shows setting up a completely fresh repo.
rm -rf src
git clone -o crater -n \
ssh://crater.dragonflybsd.org/repository/git/dragonfly.git src
Strange, when I do that from Linux, I get the following error (very quickly):
Initialized empty Git repository in /home/mneumann/Dev/src/.git/
fatal: The remote end hung up unexpectedly
git version 1.5.6.3.
Regards,
Michael
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]