I'm working on a GHC port for Haiku, but I can't do "git clone" on the GHC repository because Haiku's git is borked.

Is there a way to clone a git repository without using git?

link|improve this question

feedback

1 Answer

You can clone a git repository without using git by copying ( rsync, scp whatever ) the .git ( or . in case of bare ) folder.

link|improve this answer
Thanks. I'll accept your answer, but I need an example, something like rsync darcs.haskell.org/ghc.git – mcandre Apr 28 '11 at 20:58
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.