Re: [Mesa3d-dev] Help!!!! - Fetching gallium-0.2 source - GOT IT...GOT IT...GOT IT!!!!.

2008-11-24 Thread PLUG GULP
On Tue, Nov 25, 2008 at 2:34 AM, Zack Rusin <[EMAIL PROTECTED]> wrote:
> On Monday 24 November 2008 16:32:24 PLUG GULP wrote:
>> Thanks for trying git+http for mesa repository.
>
> What you can also try is simply downloading:
> http://people.freedesktop.org/~zack/mesa.tar.bz2
> which is a tar.bz2 of an Mesa http anongit repo. Once you get and untar it, it
> should work like a normal git clone'd repo.
>

Thanks very much for the direct link.
I was successful once in getting the repo using git+http (though it
was at times dodgy and gave errors as mentioned earlier). I think the
issue is because it takes a long time to get the repo thru http. Here
are the git commands I used (may be it will help someone who has been
struggling to access the repo due to firewall):

 git clone -n http://anongit.freedesktop.org/git/mesa/mesa.git
 git pull origin gallium-0.2

Thanks and regards,

Plug

PS: If anyone knows a better way to access the repo using git+http,
please let me know because the above commands did not work
consistently.


> z
>
>

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev


Re: [Mesa3d-dev] Help!!!! - Fetching gallium-0.2 source.

2008-11-24 Thread Zack Rusin
On Monday 24 November 2008 16:32:24 PLUG GULP wrote:
> Thanks for trying git+http for mesa repository.

What you can also try is simply downloading:
http://people.freedesktop.org/~zack/mesa.tar.bz2
which is a tar.bz2 of an Mesa http anongit repo. Once you get and untar it, it 
should work like a normal git clone'd repo.

z


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev


Re: [Mesa3d-dev] Help!!!! - Fetching gallium-0.2 source.

2008-11-24 Thread PLUG GULP
On Mon, Nov 24, 2008 at 7:44 PM, Zack Rusin <[EMAIL PROTECTED]> wrote:
> On Monday 24 November 2008 08:27:55 PLUG GULP wrote:
>> Hi,
>>
>> After attempting unsuccessfully to use GIT behind firewall (and
>> requesting for an developer's account so that I can use GIT over SSH),
>> I decided to give GIT over HTTP a try. And I get the following error:
>>
>> error: Unable to find 101a4367b9091a3ff179ce425aeb9128a18e40f7 under
>> http://anongit.freedesktop.org/git/mesa/mesa.git
>> Cannot obtain needed blob 101a4367b9091a3ff179ce425aeb9128a18e40f7
>> while processing commit 7c8f311e406a4502982fd03e09d61f6269e0e82c.
>> fatal: Fetch failed.
>
> No, but I just double checked and
> git clone http://anongit.freedesktop.org/git/mesa/mesa.git
> cloned the repo fine for me.
> So if you have problems then it's likely because you either are running out of
> disk space or because your network does something funky and corrupts one of
> the blobs. In either case there's little we can do.
>

As I don't have any scarcity of disk space on my system, then there
seems to be only one explanation for the problem: some shark sitting
deep beneath the atlantic ocean is having fun by shaking the optics
when I transfer the bits from mesa repository to my machine :D  I
still don't have any luck at this end. I will give it a try again at
the wee hours of the morning when the ISP network is not clogged.

Thanks for trying git+http for mesa repository.

Regards,

Plug.

PS: I am behind firewall with all the nonsense security policies set
by paranoid network security people (including my landlord).

> z
>

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev


Re: [Mesa3d-dev] Help!!!! - Fetching gallium-0.2 source.

2008-11-24 Thread PLUG GULP
Thanks for the link Brian! As Zack was successful in fetching the code
using HTTP, its pointless to raise a bug for the issue I am facing.

Regards,

Plug.

On Mon, Nov 24, 2008 at 7:02 PM, Brian Paul
<[EMAIL PROTECTED]> wrote:
> PLUG GULP wrote:
>>
>> On Mon, Nov 24, 2008 at 4:35 PM, Brian Paul
>> <[EMAIL PROTECTED]> wrote:
>>>
>>> PLUG GULP wrote:

 On Mon, Nov 24, 2008 at 2:57 PM, Brian Paul
 <[EMAIL PROTECTED]> wrote:
>
> PLUG GULP wrote:
>>
>> Hi,
>>
>> After attempting unsuccessfully to use GIT behind firewall (and
>> requesting for an developer's account so that I can use GIT over SSH),
>> I decided to give GIT over HTTP a try. And I get the following error:
>>
>> error: Unable to find 101a4367b9091a3ff179ce425aeb9128a18e40f7 under
>> http://anongit.freedesktop.org/git/mesa/mesa.git
>> Cannot obtain needed blob 101a4367b9091a3ff179ce425aeb9128a18e40f7
>> while processing commit 7c8f311e406a4502982fd03e09d61f6269e0e82c.
>> fatal: Fetch failed.
>>
>> Any idea why I get this error? Also has anyone used HTTP to get the
>> Gallium source? Please could you help me get the Gallium source? I am
>> behind firewall and the GIT port is blocked. In this scenario how do I
>> get the source?
>
> I have no experience with git over http.

 Neither do I. I am new to GIT.

> Have you tried googling for "git over http"?
>
 Yep, only after failing to get read-only access thru the officially
 suggested means I googled for alternatives and found the HTTP
 alternative in GIT documentation.


 Regards,

 Plug.

 PS: I am very new to GIT. And why is it made so difficult for new
 comers like me to learn and experiment with an opensource project. Is
 there no simple way to get read-only access to the repository for the
 developers who are behind the firewall? This should not kill
 enthusiasm of new comers like me...please!
>>>
>>> I don't recall anyone ever asking about git over http before.
>>>
>>
>> Sorry for the frustrated comments earlier. I am using HTTP because I
>> don't have any other alternative. Earlier I tried using GIT protocol,
>> after that failed, I tried to get a developer account so that I could
>> use GIT over SSH. But I did not get any response on that. I don't
>> think GIT over HTTP is supported for Freedesktop projects. The
>> information on freedesktop.org suggests that the owner of the project
>> should be contacted for all queries related to the project. Hence I am
>> firing my mails to this forum to get read-only access to the source.
>> As a service to the community (read newbies) there should be a support
>> for HTTP access. This help all those who are behind firewall.
>>
>>> I think you'll have to contact the freedesktop.org admins for help.
>>> There's
>>> probably a pointer on http://www.freedesktop.org/
>>>
>>
>> Nope, didn't find one. In the haystack of email ids put on that page,
>> I am not sure who really maintains the Mesa repository. I think this
>> issue has to be dealt by the Mesa maintainer and not freedesktop.org
>> administrator.
>
> freedesktop.org hosts Mesa's git repository.  I'm not the admin for that.
>
> You could try filing a bug report at
> http://bugs.freedesktop.org/enter_bug.cgi?product=freedesktop.org
>
> I understand your frustration but I can't personally do anything about
> git+http.
>
> -Brian
>

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev


Re: [Mesa3d-dev] Help!!!! - Fetching gallium-0.2 source.

2008-11-24 Thread Zack Rusin
On Monday 24 November 2008 08:27:55 PLUG GULP wrote:
> Hi,
>
> After attempting unsuccessfully to use GIT behind firewall (and
> requesting for an developer's account so that I can use GIT over SSH),
> I decided to give GIT over HTTP a try. And I get the following error:
>
> error: Unable to find 101a4367b9091a3ff179ce425aeb9128a18e40f7 under
> http://anongit.freedesktop.org/git/mesa/mesa.git
> Cannot obtain needed blob 101a4367b9091a3ff179ce425aeb9128a18e40f7
> while processing commit 7c8f311e406a4502982fd03e09d61f6269e0e82c.
> fatal: Fetch failed.

No, but I just double checked and
git clone http://anongit.freedesktop.org/git/mesa/mesa.git
cloned the repo fine for me. 
So if you have problems then it's likely because you either are running out of 
disk space or because your network does something funky and corrupts one of 
the blobs. In either case there's little we can do.

z

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev


Re: [Mesa3d-dev] Help!!!! - Fetching gallium-0.2 source.

2008-11-24 Thread Brian Paul
PLUG GULP wrote:
> On Mon, Nov 24, 2008 at 4:35 PM, Brian Paul
> <[EMAIL PROTECTED]> wrote:
>> PLUG GULP wrote:
>>> On Mon, Nov 24, 2008 at 2:57 PM, Brian Paul
>>> <[EMAIL PROTECTED]> wrote:
 PLUG GULP wrote:
> Hi,
>
> After attempting unsuccessfully to use GIT behind firewall (and
> requesting for an developer's account so that I can use GIT over SSH),
> I decided to give GIT over HTTP a try. And I get the following error:
>
> error: Unable to find 101a4367b9091a3ff179ce425aeb9128a18e40f7 under
> http://anongit.freedesktop.org/git/mesa/mesa.git
> Cannot obtain needed blob 101a4367b9091a3ff179ce425aeb9128a18e40f7
> while processing commit 7c8f311e406a4502982fd03e09d61f6269e0e82c.
> fatal: Fetch failed.
>
> Any idea why I get this error? Also has anyone used HTTP to get the
> Gallium source? Please could you help me get the Gallium source? I am
> behind firewall and the GIT port is blocked. In this scenario how do I
> get the source?
 I have no experience with git over http.
>>> Neither do I. I am new to GIT.
>>>
 Have you tried googling for "git over http"?

>>> Yep, only after failing to get read-only access thru the officially
>>> suggested means I googled for alternatives and found the HTTP
>>> alternative in GIT documentation.
>>>
>>>
>>> Regards,
>>>
>>> Plug.
>>>
>>> PS: I am very new to GIT. And why is it made so difficult for new
>>> comers like me to learn and experiment with an opensource project. Is
>>> there no simple way to get read-only access to the repository for the
>>> developers who are behind the firewall? This should not kill
>>> enthusiasm of new comers like me...please!
>> I don't recall anyone ever asking about git over http before.
>>
> 
> Sorry for the frustrated comments earlier. I am using HTTP because I
> don't have any other alternative. Earlier I tried using GIT protocol,
> after that failed, I tried to get a developer account so that I could
> use GIT over SSH. But I did not get any response on that. I don't
> think GIT over HTTP is supported for Freedesktop projects. The
> information on freedesktop.org suggests that the owner of the project
> should be contacted for all queries related to the project. Hence I am
> firing my mails to this forum to get read-only access to the source.
> As a service to the community (read newbies) there should be a support
> for HTTP access. This help all those who are behind firewall.
> 
>> I think you'll have to contact the freedesktop.org admins for help. There's
>> probably a pointer on http://www.freedesktop.org/
>>
> 
> Nope, didn't find one. In the haystack of email ids put on that page,
> I am not sure who really maintains the Mesa repository. I think this
> issue has to be dealt by the Mesa maintainer and not freedesktop.org
> administrator.

freedesktop.org hosts Mesa's git repository.  I'm not the admin for that.

You could try filing a bug report at 
http://bugs.freedesktop.org/enter_bug.cgi?product=freedesktop.org

I understand your frustration but I can't personally do anything about 
git+http.

-Brian

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev


Re: [Mesa3d-dev] Help!!!! - Fetching gallium-0.2 source.

2008-11-24 Thread PLUG GULP
On Mon, Nov 24, 2008 at 4:35 PM, Brian Paul
<[EMAIL PROTECTED]> wrote:
> PLUG GULP wrote:
>>
>> On Mon, Nov 24, 2008 at 2:57 PM, Brian Paul
>> <[EMAIL PROTECTED]> wrote:
>>>
>>> PLUG GULP wrote:

 Hi,

 After attempting unsuccessfully to use GIT behind firewall (and
 requesting for an developer's account so that I can use GIT over SSH),
 I decided to give GIT over HTTP a try. And I get the following error:

 error: Unable to find 101a4367b9091a3ff179ce425aeb9128a18e40f7 under
 http://anongit.freedesktop.org/git/mesa/mesa.git
 Cannot obtain needed blob 101a4367b9091a3ff179ce425aeb9128a18e40f7
 while processing commit 7c8f311e406a4502982fd03e09d61f6269e0e82c.
 fatal: Fetch failed.

 Any idea why I get this error? Also has anyone used HTTP to get the
 Gallium source? Please could you help me get the Gallium source? I am
 behind firewall and the GIT port is blocked. In this scenario how do I
 get the source?
>>>
>>> I have no experience with git over http.
>>
>> Neither do I. I am new to GIT.
>>
>>> Have you tried googling for "git over http"?
>>>
>>
>> Yep, only after failing to get read-only access thru the officially
>> suggested means I googled for alternatives and found the HTTP
>> alternative in GIT documentation.
>>
>>
>> Regards,
>>
>> Plug.
>>
>> PS: I am very new to GIT. And why is it made so difficult for new
>> comers like me to learn and experiment with an opensource project. Is
>> there no simple way to get read-only access to the repository for the
>> developers who are behind the firewall? This should not kill
>> enthusiasm of new comers like me...please!
>
> I don't recall anyone ever asking about git over http before.
>

Sorry for the frustrated comments earlier. I am using HTTP because I
don't have any other alternative. Earlier I tried using GIT protocol,
after that failed, I tried to get a developer account so that I could
use GIT over SSH. But I did not get any response on that. I don't
think GIT over HTTP is supported for Freedesktop projects. The
information on freedesktop.org suggests that the owner of the project
should be contacted for all queries related to the project. Hence I am
firing my mails to this forum to get read-only access to the source.
As a service to the community (read newbies) there should be a support
for HTTP access. This help all those who are behind firewall.

> I think you'll have to contact the freedesktop.org admins for help. There's
> probably a pointer on http://www.freedesktop.org/
>

Nope, didn't find one. In the haystack of email ids put on that page,
I am not sure who really maintains the Mesa repository. I think this
issue has to be dealt by the Mesa maintainer and not freedesktop.org
administrator.

Thanks and regards,

~Ajit

> -Brian
>

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev


Re: [Mesa3d-dev] Help!!!! - Fetching gallium-0.2 source.

2008-11-24 Thread Brian Paul
PLUG GULP wrote:
> On Mon, Nov 24, 2008 at 2:57 PM, Brian Paul
> <[EMAIL PROTECTED]> wrote:
>> PLUG GULP wrote:
>>> Hi,
>>>
>>> After attempting unsuccessfully to use GIT behind firewall (and
>>> requesting for an developer's account so that I can use GIT over SSH),
>>> I decided to give GIT over HTTP a try. And I get the following error:
>>>
>>> error: Unable to find 101a4367b9091a3ff179ce425aeb9128a18e40f7 under
>>> http://anongit.freedesktop.org/git/mesa/mesa.git
>>> Cannot obtain needed blob 101a4367b9091a3ff179ce425aeb9128a18e40f7
>>> while processing commit 7c8f311e406a4502982fd03e09d61f6269e0e82c.
>>> fatal: Fetch failed.
>>>
>>> Any idea why I get this error? Also has anyone used HTTP to get the
>>> Gallium source? Please could you help me get the Gallium source? I am
>>> behind firewall and the GIT port is blocked. In this scenario how do I
>>> get the source?
>> I have no experience with git over http.
> 
> Neither do I. I am new to GIT.
> 
>> Have you tried googling for "git over http"?
>>
> 
> Yep, only after failing to get read-only access thru the officially
> suggested means I googled for alternatives and found the HTTP
> alternative in GIT documentation.
> 
> 
> Regards,
> 
> Plug.
> 
> PS: I am very new to GIT. And why is it made so difficult for new
> comers like me to learn and experiment with an opensource project. Is
> there no simple way to get read-only access to the repository for the
> developers who are behind the firewall? This should not kill
> enthusiasm of new comers like me...please!

I don't recall anyone ever asking about git over http before.

I think you'll have to contact the freedesktop.org admins for help. 
There's probably a pointer on http://www.freedesktop.org/

-Brian

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev


Re: [Mesa3d-dev] Help!!!! - Fetching gallium-0.2 source.

2008-11-24 Thread PLUG GULP
On Mon, Nov 24, 2008 at 3:02 PM, Cyril Brulebois <[EMAIL PROTECTED]> wrote:
> PLUG GULP <[EMAIL PROTECTED]> (24/11/2008):
>> After attempting unsuccessfully to use GIT behind firewall (and
>> requesting for an developer's account so that I can use GIT over SSH),
>> I decided to give GIT over HTTP a try. And I get the following error:
>>
>> error: Unable to find 101a4367b9091a3ff179ce425aeb9128a18e40f7 under
>> http://anongit.freedesktop.org/git/mesa/mesa.git
>> Cannot obtain needed blob 101a4367b9091a3ff179ce425aeb9128a18e40f7
>> while processing commit 7c8f311e406a4502982fd03e09d61f6269e0e82c.
>> fatal: Fetch failed.
>
> I guess that running "git update-server-info" would be needed to allow
> for http downloads.
>

And if I understand this correctly, it should be done on the GIT
server and not the client?

Thanks and regards,

Plug.


> Mraw,
> KiBi.
>
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.9 (GNU/Linux)
>
> iEYEARECAAYFAkkqwfgACgkQeGfVPHR5Nd1xmACfYaTYZ0e9h3T3s0/M63xMdkiF
> lLoAmQH9FyEoPW/EGqI2Embe5CoFwwSX
> =bDpz
> -END PGP SIGNATURE-
>
> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> Mesa3d-dev mailing list
> Mesa3d-dev@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
>
>

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev


Re: [Mesa3d-dev] Help!!!! - Fetching gallium-0.2 source.

2008-11-24 Thread PLUG GULP
On Mon, Nov 24, 2008 at 2:57 PM, Brian Paul
<[EMAIL PROTECTED]> wrote:
> PLUG GULP wrote:
>>
>> Hi,
>>
>> After attempting unsuccessfully to use GIT behind firewall (and
>> requesting for an developer's account so that I can use GIT over SSH),
>> I decided to give GIT over HTTP a try. And I get the following error:
>>
>> error: Unable to find 101a4367b9091a3ff179ce425aeb9128a18e40f7 under
>> http://anongit.freedesktop.org/git/mesa/mesa.git
>> Cannot obtain needed blob 101a4367b9091a3ff179ce425aeb9128a18e40f7
>> while processing commit 7c8f311e406a4502982fd03e09d61f6269e0e82c.
>> fatal: Fetch failed.
>>
>> Any idea why I get this error? Also has anyone used HTTP to get the
>> Gallium source? Please could you help me get the Gallium source? I am
>> behind firewall and the GIT port is blocked. In this scenario how do I
>> get the source?
>
> I have no experience with git over http.

Neither do I. I am new to GIT.

> Have you tried googling for "git over http"?
>

Yep, only after failing to get read-only access thru the officially
suggested means I googled for alternatives and found the HTTP
alternative in GIT documentation.


Regards,

Plug.

PS: I am very new to GIT. And why is it made so difficult for new
comers like me to learn and experiment with an opensource project. Is
there no simple way to get read-only access to the repository for the
developers who are behind the firewall? This should not kill
enthusiasm of new comers like me...please!


> -Brian
>
>
>

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev


Re: [Mesa3d-dev] Help!!!! - Fetching gallium-0.2 source.

2008-11-24 Thread Cyril Brulebois
PLUG GULP <[EMAIL PROTECTED]> (24/11/2008):
> After attempting unsuccessfully to use GIT behind firewall (and
> requesting for an developer's account so that I can use GIT over SSH),
> I decided to give GIT over HTTP a try. And I get the following error:
> 
> error: Unable to find 101a4367b9091a3ff179ce425aeb9128a18e40f7 under
> http://anongit.freedesktop.org/git/mesa/mesa.git
> Cannot obtain needed blob 101a4367b9091a3ff179ce425aeb9128a18e40f7
> while processing commit 7c8f311e406a4502982fd03e09d61f6269e0e82c.
> fatal: Fetch failed.

I guess that running “git update-server-info” would be needed to allow
for http downloads.

Mraw,
KiBi.


signature.asc
Description: Digital signature
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/___
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev


Re: [Mesa3d-dev] Help!!!! - Fetching gallium-0.2 source.

2008-11-24 Thread Brian Paul
PLUG GULP wrote:
> Hi,
> 
> After attempting unsuccessfully to use GIT behind firewall (and
> requesting for an developer's account so that I can use GIT over SSH),
> I decided to give GIT over HTTP a try. And I get the following error:
> 
> error: Unable to find 101a4367b9091a3ff179ce425aeb9128a18e40f7 under
> http://anongit.freedesktop.org/git/mesa/mesa.git
> Cannot obtain needed blob 101a4367b9091a3ff179ce425aeb9128a18e40f7
> while processing commit 7c8f311e406a4502982fd03e09d61f6269e0e82c.
> fatal: Fetch failed.
> 
> Any idea why I get this error? Also has anyone used HTTP to get the
> Gallium source? Please could you help me get the Gallium source? I am
> behind firewall and the GIT port is blocked. In this scenario how do I
> get the source?

I have no experience with git over http.  Have you tried googling for 
"git over http"?

-Brian



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev


[Mesa3d-dev] Help!!!! - Fetching gallium-0.2 source.

2008-11-24 Thread PLUG GULP
Hi,

After attempting unsuccessfully to use GIT behind firewall (and
requesting for an developer's account so that I can use GIT over SSH),
I decided to give GIT over HTTP a try. And I get the following error:

error: Unable to find 101a4367b9091a3ff179ce425aeb9128a18e40f7 under
http://anongit.freedesktop.org/git/mesa/mesa.git
Cannot obtain needed blob 101a4367b9091a3ff179ce425aeb9128a18e40f7
while processing commit 7c8f311e406a4502982fd03e09d61f6269e0e82c.
fatal: Fetch failed.

Any idea why I get this error? Also has anyone used HTTP to get the
Gallium source? Please could you help me get the Gallium source? I am
behind firewall and the GIT port is blocked. In this scenario how do I
get the source?

Thanks and regards,

Plug

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev