Hi Laurent, >Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> wrote: >On Monday 24 May 2010 09:08:51 Pawel Osciak wrote: >> >Andy Walls wrote: >> >Hi, >> > >> >I'm a GIT idiot, so I need a little help on getting a properly setup >> >repo at linuxtv.org. Can someone tell me if this is the right >> >procedure: >> > >> >$ ssh -t awalls@xxxxxxxxxxx git-menu >> > >> > (clone linux-2.6.git naming it v4l-dvb <-- Is this right?) >> > >> >$ git clone \ >> > >> > git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \ >> > >> > v4l-dvb >> >> If I understand correctly, you won't be working on that repository directly >> (i.e. no working directory on the linuxtv server, only push/fetch(pull), >> and the actual work on your local machine), you should make it a bare >> repository by passing a --bare option to clone. > >There's a slight misunderstanding here. The ssh command runs the git-menu >application on the server. It doesn't open an interactive shell. The git >clone >command is then run locally, where a working directory is needed. Ah, I though the clone was executed remotely as well. Please ignore my post then and thanks to Laurent for noticing :) Best regards -- Pawel Osciak Linux Platform Group Samsung Poland R&D Center -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html