* Cloning the V4L2 branch
@ 2008-10-13 5:01 Shah, Hardik
2008-10-13 5:04 ` Shah, Hardik
0 siblings, 1 reply; 4+ messages in thread
From: Shah, Hardik @ 2008-10-13 5:01 UTC (permalink / raw)
To: video4linux-list@redhat.com
Hi All,
I am trying to clone the V4L2 branch using below command
$git clone http://master.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git master
But it is giving me following error. So is there any other way to clone to V4L2 branch.
Thanks and Regards,
Hardik
--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: Cloning the V4L2 branch
2008-10-13 5:01 Cloning the V4L2 branch Shah, Hardik
@ 2008-10-13 5:04 ` Shah, Hardik
2008-10-13 20:08 ` Thierry Merle
0 siblings, 1 reply; 4+ messages in thread
From: Shah, Hardik @ 2008-10-13 5:04 UTC (permalink / raw)
To: video4linux-list@redhat.com
Sorry forgot to mention the error,
Error coming is
Initialize master/.git
Initialized empty Git repository in /db/psp_git/users/a0393759/master/.git/
warning: remote HEAD refers to nonexistent ref, unable to checkout.
> -----Original Message-----
> From: video4linux-list-bounces@redhat.com [mailto:video4linux-list-bounces@redhat.com] On Behalf Of
> Shah, Hardik
> Sent: Monday, October 13, 2008 10:32 AM
> To: video4linux-list@redhat.com
> Subject: Cloning the V4L2 branch
>
> Hi All,
>
> I am trying to clone the V4L2 branch using below command
>
> $git clone http://master.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git master
>
> But it is giving me following error. So is there any other way to clone to V4L2 branch.
>
> Thanks and Regards,
> Hardik
>
> --
> video4linux-list mailing list
> Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/video4linux-list
--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Cloning the V4L2 branch
2008-10-13 5:04 ` Shah, Hardik
@ 2008-10-13 20:08 ` Thierry Merle
2008-10-14 12:15 ` David Ellingsworth
0 siblings, 1 reply; 4+ messages in thread
From: Thierry Merle @ 2008-10-13 20:08 UTC (permalink / raw)
To: Shah, Hardik, Mauro Carvalho Chehab; +Cc: video4linux-list@redhat.com
Hello,
Shah, Hardik a écrit :
> Sorry forgot to mention the error,
> Error coming is
>
> Initialize master/.git
> Initialized empty Git repository in /db/psp_git/users/a0393759/master/.git/
> warning: remote HEAD refers to nonexistent ref, unable to checkout.
>
Right, I have the same error with git-1.6.0.2 (please upgrade your git version):
git clone http://master.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Initialized empty Git repository in /home/tmerle/v4l-dvb/.git/
fatal: http://master.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git/info/refs not found: did you run git update-server-info on the server?
The little I know from git is that at least this directory:
http://www.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git/objects/pack/
should not be empty on the server...
Cheers,
Thierry
--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Cloning the V4L2 branch
2008-10-13 20:08 ` Thierry Merle
@ 2008-10-14 12:15 ` David Ellingsworth
0 siblings, 0 replies; 4+ messages in thread
From: David Ellingsworth @ 2008-10-14 12:15 UTC (permalink / raw)
To: Thierry Merle; +Cc: video4linux-list@redhat.com, Mauro Carvalho Chehab
On Mon, Oct 13, 2008 at 4:08 PM, Thierry Merle <thierry.merle@free.fr> wrote:
> Hello,
>
> Shah, Hardik a écrit :
>> Sorry forgot to mention the error,
>> Error coming is
>>
>> Initialize master/.git
>> Initialized empty Git repository in /db/psp_git/users/a0393759/master/.git/
>> warning: remote HEAD refers to nonexistent ref, unable to checkout.
>>
> Right, I have the same error with git-1.6.0.2 (please upgrade your git version):
> git clone http://master.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
> Initialized empty Git repository in /home/tmerle/v4l-dvb/.git/
> fatal: http://master.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git/info/refs not found: did you run git update-server-info on the server?
>
> The little I know from git is that at least this directory:
> http://www.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git/objects/pack/
> should not be empty on the server...
>
> Cheers,
> Thierry
>
Use "git clone git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git"
but note that this repository doesn't contain all of the latest
patches.
Regards,
David Ellingsworth
--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-10-14 12:15 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-13 5:01 Cloning the V4L2 branch Shah, Hardik
2008-10-13 5:04 ` Shah, Hardik
2008-10-13 20:08 ` Thierry Merle
2008-10-14 12:15 ` David Ellingsworth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox