>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 awa...@linuxtv.org 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. 

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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to