GIT REPO CONVERSION COMPLETE - Info for committers

Michael Neumann mneumann at ntecs.de
Wed Nov 26 15:15:38 PST 2008


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





More information about the Kernel mailing list