Linus Torvalds escreveu: >> You're misunderstanding me: the multi-repo is at git.sv.gnu.org is the >> remote one. The example I gave was about locally creating a single >> project repo from a remote multiproject repo. > > Ahh. > > Ok, try the patch I just sent out, and see if it works for you. It > _should_ allow you to do exactly that I'm leaving for a short holiday tomorrow, but will do when I come back. >> From UI perspective it would be nice if this could also be done with clone, >> >> git clone . ssh+git://.... > > The creation of a new archive tends to need special rights (with _real_ > ssh access and a shell you could do it, but "ssh+git" really means "git > protocol over a connection that was opened with ssh, but doesn't > necessarily have a real shell at the other end"). What happens on savannah is that the sysadmins set up an empty GIT repo with access, and leave it to you to push the stuff. Of course, if the initial import gets packed automatically, that's also ok. > So I think the above syntax is actually not a good one, because it cannot > work in the general case. It's much better to get used to setting up a > repo first, and then pushing into it, and just accepting that it's a > two-phase thing. Perhaps ; from a UI viewpoint, it would be nice though, even if it were aliased to a simple push. (Darcs has a get command analogous to git-clone, but also a put command to which git lacks the equivalent). >> * why are objects downloaded twice? If I do >> >> git --bare fetch git://git.sv.gnu.org/lilypond.git web/master >> >> it downloads stuff, but I don't get a branch. > [..] >> If I then do >> >> git --bare fetch git://git.sv.gnu.org/lilypond.git web/master:master >> >> it downloads the same stuff again. > > Right. So you can either > [..] > See? No, I don't understand. In the fetch all the objects with their SHA1s were already downloaded. I'd expect that the fetch with a refspec would simply write a HEAD and a refs/heads/master, and notice that all the actual data was already downloaded, and doesn't download it again. -- Han-Wen Nienhuys - hanwen@xxxxxxxxx - http://www.xs4all.nl/~hanwen - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html