From: Mauro Carvalho Chehab <mchehab@infradead.org>
To: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: "Németh Márton" <nm127@freemail.hu>,
"V4L Mailing List" <linux-media@vger.kernel.org>
Subject: Re: git problem with uvcvideo
Date: Mon, 25 Jan 2010 17:48:18 -0200 [thread overview]
Message-ID: <4B5DF582.1080602@infradead.org> (raw)
In-Reply-To: <201001251907.18266.laurent.pinchart@ideasonboard.com>
Laurent Pinchart wrote:
> Hi Márton,
>
> On Sunday 24 January 2010 22:31:29 Németh Márton wrote:
>> Hi,
>>
>> I'm trying to fetch the uvcvideo from
>> http://linuxtv.org/git/?p=pinchartl/uvcvideo.git;a=summary .
>>
>> I tryied to follow the instructions but at the third step I get fatal error
>> messages:
>
> [snip]
>
> The http:// URL seems not to be available at the moment. I don't know if it's
> a transient error or a deliberate decision not to provide git access through
> http://
No, it is not a decision. However, using http for -git has some issues.
>> I also tried with the git:// link:
>>> v4l-dvb$ git remote rm uvcvideo
>>> v4l-dvb$ git remote add uvcvideo git://linuxtv.org//pinchartl/uvcvideo.git
>>> v4l-dvb$ git remote update
>>> Updating origin
>>> Updating uvcvideo
>>> fatal: The remote end hung up unexpectedly
>>> error: Could not fetch uvcvideo
>> Am I doing something wrong?
>
> Please try git://linuxtv.org/pinchartl/uvcvideo.git. The URL on the webpage
> has two / instead of one for some reason. Mauro, could that be fixed ?
The double bars were causing troubles with the git: url.
I've fixed it at gitweb.
The git URL is working fine:
$ git clone -l --bare /git/linux-2.6.git/ uvcvideo && cd uvcvideo && git remote add uvcvideo git://linuxtv.org/pinchartl/uvcvideo.git && git remote update
Initialized empty Git repository in /home/mchehab/tst/uvcvideo/
Updating uvcvideo
remote: Counting objects: 1944, done.
remote: Compressing objects: 100% (427/427), done.
remote: Total 1733 (delta 1486), reused 1551 (delta 1306)
Receiving objects: 100% (1733/1733), 312.46 KiB, done.
Resolving deltas: 100% (1486/1486), completed with 169 local objects.
>From git://linuxtv.org/pinchartl/uvcvideo
* [new branch] master -> uvcvideo/master
* [new branch] uvcvideo -> uvcvideo/uvcvideo
However, the html URL is currently broken:
$ rm -rf uvcvideo/ && git clone -l --bare /git/linux-2.6.git/ uvcvideo && cd uvcvideo && git remote add uvcvideo http://linuxtv.org/git/pinchartl/uvcvideo.git && git remote update
Initialized empty Git repository in /home/mchehab/tst/uvcvideo/uvcvideo/
Updating uvcvideo
Probably, the rewrite rules at the server for http are incomplete. I'll see if I can fix it.
cheers,
Mauro.
next prev parent reply other threads:[~2010-01-25 19:48 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-24 21:31 git problem with uvcvideo Németh Márton
2010-01-25 18:07 ` Laurent Pinchart
2010-01-25 19:48 ` Mauro Carvalho Chehab [this message]
2010-02-03 16:19 ` Mauro Carvalho Chehab
2010-01-25 19:53 ` Németh Márton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4B5DF582.1080602@infradead.org \
--to=mchehab@infradead.org \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-media@vger.kernel.org \
--cc=nm127@freemail.hu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox