[haiku-development] Re: Git repository mirrors have been replaced

  • From: kallisti5 <kallisti5@xxxxxxxxxxx>
  • To: <haiku-development@xxxxxxxxxxxxx>
  • Date: Mon, 13 Jun 2011 11:29:51 -0500

On Mon, 13 Jun 2011 17:54:05 +0200, Oliver Tappe wrote:
kallisti5@houvonglucka99:~$ git clone ssh://git.haiku-os.org/haiku
Cloning into haiku...
fatal: '/haiku' does not appear to be a git repository
fatal: The remote end hung up unexpectedly

The URL for ssh is different, since that wants the full filesystem path, so
it's:
    git clone ssh://git.haiku-os.org/git/haiku

(which shortens the path by means of a '/git' symlink on the server).

Maybe a symlink of /haiku and /buildtools to /git/haiku and /git/buildtools to
make things consistent?

ln -s /git/haiku /haiku
ln -s /git/buildtools /buildtools
ln -s /git/vendor /vendor

I have the website documentation for git in progress here:
https://www.haiku-os.org/guides/building/get-source-git


Thanks!
 -- Alex

Other related posts: