public inbox for git@vger.kernel.org 
 help / color / mirror / Atom feed
* Pulling linux-2.6.git with gitinit.sh and gitpull.sh fails
@ 2005-04-22 13:42 Rhys Hardwick
  2005-04-22 13:52 ` Martin Schlemmer
       [not found] ` <200504221530.32645.rhys@rhyshardwick.co.uk>
  0 siblings, 2 replies; 11+ messages in thread
From: Rhys Hardwick @ 2005-04-22 13:42 UTC (permalink / raw)
  To: git

Hey there,

I am trying to pull the latest repository of the linux-2.6 git from Linus' 
rsync mirror.

Here is the shell:

===========

rhys@metatron:~/repo/linux-2.6.repo$ gitinit.sh 
rsync://www.kernel.org/pub/linux/kernel/people/torvalds/linux-2.6.git
defaulting to local storage area
gitpull.sh: unknown remote
gitinit.sh: pull failed
rhys@metatron:~/repo/linux-2.6.repo$ rm -r .git
rhys@metatron:~/repo/linux-2.6.repo$ gitinit.sh 
www.kernel.org/pub/linux/kernel/people/torvalds/linux-2.6.git
defaulting to local storage area
gitpull.sh: unknown remote
gitinit.sh: pull failed
rhys@metatron:~/repo/linux-2.6.repo$   

=============

Any idea why this is not working?

Thanks for any help,

Rhys



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Pulling linux-2.6.git with gitinit.sh and gitpull.sh fails
  2005-04-22 13:52 ` Martin Schlemmer
@ 2005-04-22 13:50   ` Rhys Hardwick
  2005-04-22 14:00     ` Martin Schlemmer
  0 siblings, 1 reply; 11+ messages in thread
From: Rhys Hardwick @ 2005-04-22 13:50 UTC (permalink / raw)
  To: git

On Friday 22 Apr 2005 14:52, Martin Schlemmer wrote:
> On Fri, 2005-04-22 at 14:42 +0100, Rhys Hardwick wrote:
> > Hey there,
> >
> > I am trying to pull the latest repository of the linux-2.6 git from
> > Linus' rsync mirror.
> >
> > Here is the shell:
> >
> > ===========
> >
> > rhys@metatron:~/repo/linux-2.6.repo$ gitinit.sh
> > rsync://www.kernel.org/pub/linux/kernel/people/torvalds/linux-2.6.git
> > defaulting to local storage area
> > gitpull.sh: unknown remote
> > gitinit.sh: pull failed
> > rhys@metatron:~/repo/linux-2.6.repo$ rm -r .git
> > rhys@metatron:~/repo/linux-2.6.repo$ gitinit.sh
> > www.kernel.org/pub/linux/kernel/people/torvalds/linux-2.6.git
> > defaulting to local storage area
> > gitpull.sh: unknown remote
> > gitinit.sh: pull failed
> > rhys@metatron:~/repo/linux-2.6.repo$
> >
> > =============
> >
> > Any idea why this is not working?
>
> Try:
>
>  $ git init
> rsync://www.kernel.org/pub/linux/kernel/people/torvalds/linux-2.6.git

Exactly the same, sorry.....

Rhys



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Pulling linux-2.6.git with gitinit.sh and gitpull.sh fails
  2005-04-22 13:42 Pulling linux-2.6.git with gitinit.sh and gitpull.sh fails Rhys Hardwick
@ 2005-04-22 13:52 ` Martin Schlemmer
  2005-04-22 13:50   ` Rhys Hardwick
       [not found] ` <200504221530.32645.rhys@rhyshardwick.co.uk>
  1 sibling, 1 reply; 11+ messages in thread
From: Martin Schlemmer @ 2005-04-22 13:52 UTC (permalink / raw)
  To: rhys; +Cc: git

[-- Attachment #1: Type: text/plain, Size: 932 bytes --]

On Fri, 2005-04-22 at 14:42 +0100, Rhys Hardwick wrote:
> Hey there,
> 
> I am trying to pull the latest repository of the linux-2.6 git from Linus' 
> rsync mirror.
> 
> Here is the shell:
> 
> ===========
> 
> rhys@metatron:~/repo/linux-2.6.repo$ gitinit.sh 
> rsync://www.kernel.org/pub/linux/kernel/people/torvalds/linux-2.6.git
> defaulting to local storage area
> gitpull.sh: unknown remote
> gitinit.sh: pull failed
> rhys@metatron:~/repo/linux-2.6.repo$ rm -r .git
> rhys@metatron:~/repo/linux-2.6.repo$ gitinit.sh 
> www.kernel.org/pub/linux/kernel/people/torvalds/linux-2.6.git
> defaulting to local storage area
> gitpull.sh: unknown remote
> gitinit.sh: pull failed
> rhys@metatron:~/repo/linux-2.6.repo$   
> 
> =============
> 
> Any idea why this is not working?
> 

Try:

 $ git init rsync://www.kernel.org/pub/linux/kernel/people/torvalds/linux-2.6.git



-- 
Martin Schlemmer


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Pulling linux-2.6.git with gitinit.sh and gitpull.sh fails
  2005-04-22 13:50   ` Rhys Hardwick
@ 2005-04-22 14:00     ` Martin Schlemmer
  0 siblings, 0 replies; 11+ messages in thread
From: Martin Schlemmer @ 2005-04-22 14:00 UTC (permalink / raw)
  To: rhys; +Cc: git

[-- Attachment #1: Type: text/plain, Size: 1354 bytes --]

On Fri, 2005-04-22 at 14:50 +0100, Rhys Hardwick wrote:
> On Friday 22 Apr 2005 14:52, Martin Schlemmer wrote:
> > On Fri, 2005-04-22 at 14:42 +0100, Rhys Hardwick wrote:
> > > Hey there,
> > >
> > > I am trying to pull the latest repository of the linux-2.6 git from
> > > Linus' rsync mirror.
> > >
> > > Here is the shell:
> > >
> > > ===========
> > >
> > > rhys@metatron:~/repo/linux-2.6.repo$ gitinit.sh
> > > rsync://www.kernel.org/pub/linux/kernel/people/torvalds/linux-2.6.git
> > > defaulting to local storage area
> > > gitpull.sh: unknown remote
> > > gitinit.sh: pull failed
> > > rhys@metatron:~/repo/linux-2.6.repo$ rm -r .git
> > > rhys@metatron:~/repo/linux-2.6.repo$ gitinit.sh
> > > www.kernel.org/pub/linux/kernel/people/torvalds/linux-2.6.git
> > > defaulting to local storage area
> > > gitpull.sh: unknown remote
> > > gitinit.sh: pull failed
> > > rhys@metatron:~/repo/linux-2.6.repo$
> > >
> > > =============
> > >
> > > Any idea why this is not working?
> >
> > Try:
> >
> >  $ git init
> > rsync://www.kernel.org/pub/linux/kernel/people/torvalds/linux-2.6.git
> 
> Exactly the same, sorry.....
> 

With latest git-pasky, after blowing the .git directory?  I am not sure
(and have not checked) that git will do the right thing if you retry
without clearing.


-- 
Martin Schlemmer


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Pulling linux-2.6.git with gitinit.sh and gitpull.sh fails
  2005-04-22 14:44   ` Martin Schlemmer
@ 2005-04-22 14:43     ` Rhys Hardwick
  2005-04-22 14:54       ` Rhys Hardwick
  0 siblings, 1 reply; 11+ messages in thread
From: Rhys Hardwick @ 2005-04-22 14:43 UTC (permalink / raw)
  To: git

On Friday 22 Apr 2005 15:44, Martin Schlemmer wrote:
> On Fri, 2005-04-22 at 15:30 +0100, Rhys Hardwick wrote:
> > On Friday 22 Apr 2005 15:00, Martin Schlemmer wrote:
> > > On Fri, 2005-04-22 at 14:50 +0100, Rhys Hardwick wrote:
> > > > On Friday 22 Apr 2005 14:52, Martin Schlemmer wrote:
> > > > > On Fri, 2005-04-22 at 14:42 +0100, Rhys Hardwick wrote:
> > > > > > Hey there,
> > > > > >
> > > > > > I am trying to pull the latest repository of the linux-2.6 git
> > > > > > from Linus' rsync mirror.
> > > > > >
> > > > > > Here is the shell:
> > > > > >
> > > > > > ===========
> > > > > >
> > > > > > rhys@metatron:~/repo/linux-2.6.repo$ gitinit.sh
> > > > > > rsync://www.kernel.org/pub/linux/kernel/people/torvalds/linux-2.6
> > > > > >.git defaulting to local storage area
> > > > > > gitpull.sh: unknown remote
> > > > > > gitinit.sh: pull failed
> > > > > > rhys@metatron:~/repo/linux-2.6.repo$ rm -r .git
> > > > > > rhys@metatron:~/repo/linux-2.6.repo$ gitinit.sh
> > > > > > www.kernel.org/pub/linux/kernel/people/torvalds/linux-2.6.git
> > > > > > defaulting to local storage area
> > > > > > gitpull.sh: unknown remote
> > > > > > gitinit.sh: pull failed
> > > > > > rhys@metatron:~/repo/linux-2.6.repo$
> > > > > >
> > > > > > =============
> > > > > >
> > > > > > Any idea why this is not working?
> > > > >
> > > > > Try:
> > > > >
> > > > >  $ git init
> > > > > rsync://www.kernel.org/pub/linux/kernel/people/torvalds/linux-2.6.g
> > > > >it
> > > >
> > > > Exactly the same, sorry.....
> > >
> > > With latest git-pasky, after blowing the .git directory?  I am not sure
> > > (and have not checked) that git will do the right thing if you retry
> > > without clearing.
> >
> > Yes to all the above.  I pulled the latest today, and make && make
> > install. Also, I have tried it with a .git in place, deleted, in the
> > unpacked 2.6.11-r3 source, all of the above!
> >
> > >From what I can gather, it must happen in an empty directory, and that
> > > is what
> >
> > the top two examples are.
>
> Really weird.  I tested it my side before doing my last reply.  Maybe
> Petr will know.
Hopefully!

Thanks for the help anywho.....

Rhys



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Pulling linux-2.6.git with gitinit.sh and gitpull.sh fails
       [not found] ` <200504221530.32645.rhys@rhyshardwick.co.uk>
@ 2005-04-22 14:44   ` Martin Schlemmer
  2005-04-22 14:43     ` Rhys Hardwick
  0 siblings, 1 reply; 11+ messages in thread
From: Martin Schlemmer @ 2005-04-22 14:44 UTC (permalink / raw)
  To: rhys; +Cc: GIT Mailing Lists

[-- Attachment #1: Type: text/plain, Size: 2025 bytes --]

On Fri, 2005-04-22 at 15:30 +0100, Rhys Hardwick wrote:
> On Friday 22 Apr 2005 15:00, Martin Schlemmer wrote:
> > On Fri, 2005-04-22 at 14:50 +0100, Rhys Hardwick wrote:
> > > On Friday 22 Apr 2005 14:52, Martin Schlemmer wrote:
> > > > On Fri, 2005-04-22 at 14:42 +0100, Rhys Hardwick wrote:
> > > > > Hey there,
> > > > >
> > > > > I am trying to pull the latest repository of the linux-2.6 git from
> > > > > Linus' rsync mirror.
> > > > >
> > > > > Here is the shell:
> > > > >
> > > > > ===========
> > > > >
> > > > > rhys@metatron:~/repo/linux-2.6.repo$ gitinit.sh
> > > > > rsync://www.kernel.org/pub/linux/kernel/people/torvalds/linux-2.6.git
> > > > > defaulting to local storage area
> > > > > gitpull.sh: unknown remote
> > > > > gitinit.sh: pull failed
> > > > > rhys@metatron:~/repo/linux-2.6.repo$ rm -r .git
> > > > > rhys@metatron:~/repo/linux-2.6.repo$ gitinit.sh
> > > > > www.kernel.org/pub/linux/kernel/people/torvalds/linux-2.6.git
> > > > > defaulting to local storage area
> > > > > gitpull.sh: unknown remote
> > > > > gitinit.sh: pull failed
> > > > > rhys@metatron:~/repo/linux-2.6.repo$
> > > > >
> > > > > =============
> > > > >
> > > > > Any idea why this is not working?
> > > >
> > > > Try:
> > > >
> > > >  $ git init
> > > > rsync://www.kernel.org/pub/linux/kernel/people/torvalds/linux-2.6.git
> > >
> > > Exactly the same, sorry.....
> >
> > With latest git-pasky, after blowing the .git directory?  I am not sure
> > (and have not checked) that git will do the right thing if you retry
> > without clearing.
> 
> Yes to all the above.  I pulled the latest today, and make && make install.  
> Also, I have tried it with a .git in place, deleted, in the unpacked 
> 2.6.11-r3 source, all of the above!
> 
> >From what I can gather, it must happen in an empty directory, and that is what 
> the top two examples are.
> 

Really weird.  I tested it my side before doing my last reply.  Maybe
Petr will know.


-- 
Martin Schlemmer


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Pulling linux-2.6.git with gitinit.sh and gitpull.sh fails
  2005-04-22 14:43     ` Rhys Hardwick
@ 2005-04-22 14:54       ` Rhys Hardwick
  2005-04-22 15:22         ` Martin Schlemmer
  0 siblings, 1 reply; 11+ messages in thread
From: Rhys Hardwick @ 2005-04-22 14:54 UTC (permalink / raw)
  To: git

On Friday 22 Apr 2005 15:43, Rhys Hardwick wrote:
> On Friday 22 Apr 2005 15:44, Martin Schlemmer wrote:
> > On Fri, 2005-04-22 at 15:30 +0100, Rhys Hardwick wrote:
> > > On Friday 22 Apr 2005 15:00, Martin Schlemmer wrote:
> > > > On Fri, 2005-04-22 at 14:50 +0100, Rhys Hardwick wrote:
> > > > > On Friday 22 Apr 2005 14:52, Martin Schlemmer wrote:
> > > > > > On Fri, 2005-04-22 at 14:42 +0100, Rhys Hardwick wrote:
> > > > > > > Hey there,
> > > > > > >
> > > > > > > I am trying to pull the latest repository of the linux-2.6 git
> > > > > > > from Linus' rsync mirror.
> > > > > > >
> > > > > > > Here is the shell:
> > > > > > >
> > > > > > > ===========
> > > > > > >
> > > > > > > rhys@metatron:~/repo/linux-2.6.repo$ gitinit.sh
> > > > > > > rsync://www.kernel.org/pub/linux/kernel/people/torvalds/linux-2
> > > > > > >.6 .git defaulting to local storage area
> > > > > > > gitpull.sh: unknown remote
> > > > > > > gitinit.sh: pull failed
> > > > > > > rhys@metatron:~/repo/linux-2.6.repo$ rm -r .git
> > > > > > > rhys@metatron:~/repo/linux-2.6.repo$ gitinit.sh
> > > > > > > www.kernel.org/pub/linux/kernel/people/torvalds/linux-2.6.git
> > > > > > > defaulting to local storage area
> > > > > > > gitpull.sh: unknown remote
> > > > > > > gitinit.sh: pull failed
> > > > > > > rhys@metatron:~/repo/linux-2.6.repo$
> > > > > > >
> > > > > > > =============
> > > > > > >
> > > > > > > Any idea why this is not working?
> > > > > >
> > > > > > Try:
> > > > > >
> > > > > >  $ git init
> > > > > > rsync://www.kernel.org/pub/linux/kernel/people/torvalds/linux-2.6
> > > > > >.g it
> > > > >
> > > > > Exactly the same, sorry.....
> > > >
> > > > With latest git-pasky, after blowing the .git directory?  I am not
> > > > sure (and have not checked) that git will do the right thing if you
> > > > retry without clearing.
> > >
> > > Yes to all the above.  I pulled the latest today, and make && make
> > > install. Also, I have tried it with a .git in place, deleted, in the
> > > unpacked 2.6.11-r3 source, all of the above!
> > >
> > > >From what I can gather, it must happen in an empty directory, and that
> > > > is what
> > >
> > > the top two examples are.
> >
> > Really weird.  I tested it my side before doing my last reply.  Maybe
> > Petr will know.
>
> Hopefully!
>
> Thanks for the help anywho.....
>
> Rhys

I think I have some more information.  If you remove the -e from the origins 
file, and put the name at the start of the line, it suddenly works!!!

Cool,

Not sure what was going on there, but hey, Petr will work it out!

Rhys



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Pulling linux-2.6.git with gitinit.sh and gitpull.sh fails
  2005-04-22 14:54       ` Rhys Hardwick
@ 2005-04-22 15:22         ` Martin Schlemmer
  2005-04-22 15:24           ` Rhys Hardwick
  0 siblings, 1 reply; 11+ messages in thread
From: Martin Schlemmer @ 2005-04-22 15:22 UTC (permalink / raw)
  To: rhys; +Cc: git

[-- Attachment #1: Type: text/plain, Size: 3043 bytes --]

On Fri, 2005-04-22 at 15:54 +0100, Rhys Hardwick wrote:
> On Friday 22 Apr 2005 15:43, Rhys Hardwick wrote:
> > On Friday 22 Apr 2005 15:44, Martin Schlemmer wrote:
> > > On Fri, 2005-04-22 at 15:30 +0100, Rhys Hardwick wrote:
> > > > On Friday 22 Apr 2005 15:00, Martin Schlemmer wrote:
> > > > > On Fri, 2005-04-22 at 14:50 +0100, Rhys Hardwick wrote:
> > > > > > On Friday 22 Apr 2005 14:52, Martin Schlemmer wrote:
> > > > > > > On Fri, 2005-04-22 at 14:42 +0100, Rhys Hardwick wrote:
> > > > > > > > Hey there,
> > > > > > > >
> > > > > > > > I am trying to pull the latest repository of the linux-2.6 git
> > > > > > > > from Linus' rsync mirror.
> > > > > > > >
> > > > > > > > Here is the shell:
> > > > > > > >
> > > > > > > > ===========
> > > > > > > >
> > > > > > > > rhys@metatron:~/repo/linux-2.6.repo$ gitinit.sh
> > > > > > > > rsync://www.kernel.org/pub/linux/kernel/people/torvalds/linux-2
> > > > > > > >.6 .git defaulting to local storage area
> > > > > > > > gitpull.sh: unknown remote
> > > > > > > > gitinit.sh: pull failed
> > > > > > > > rhys@metatron:~/repo/linux-2.6.repo$ rm -r .git
> > > > > > > > rhys@metatron:~/repo/linux-2.6.repo$ gitinit.sh
> > > > > > > > www.kernel.org/pub/linux/kernel/people/torvalds/linux-2.6.git
> > > > > > > > defaulting to local storage area
> > > > > > > > gitpull.sh: unknown remote
> > > > > > > > gitinit.sh: pull failed
> > > > > > > > rhys@metatron:~/repo/linux-2.6.repo$
> > > > > > > >
> > > > > > > > =============
> > > > > > > >
> > > > > > > > Any idea why this is not working?
> > > > > > >
> > > > > > > Try:
> > > > > > >
> > > > > > >  $ git init
> > > > > > > rsync://www.kernel.org/pub/linux/kernel/people/torvalds/linux-2.6
> > > > > > >.g it
> > > > > >
> > > > > > Exactly the same, sorry.....
> > > > >
> > > > > With latest git-pasky, after blowing the .git directory?  I am not
> > > > > sure (and have not checked) that git will do the right thing if you
> > > > > retry without clearing.
> > > >
> > > > Yes to all the above.  I pulled the latest today, and make && make
> > > > install. Also, I have tried it with a .git in place, deleted, in the
> > > > unpacked 2.6.11-r3 source, all of the above!
> > > >
> > > > >From what I can gather, it must happen in an empty directory, and that
> > > > > is what
> > > >
> > > > the top two examples are.
> > >
> > > Really weird.  I tested it my side before doing my last reply.  Maybe
> > > Petr will know.
> >
> > Hopefully!
> >
> > Thanks for the help anywho.....
> >
> > Rhys
> 
> I think I have some more information.  If you remove the -e from the origins 
> file, and put the name at the start of the line, it suddenly works!!!
> 
> Cool,
> 
> Not sure what was going on there, but hey, Petr will work it out!
> 

Seems your /bin/sh do not support 'echo -e' ... Know what provides
your /bin/sh (I think ash at least do support it)?

Petr, I think you should really start to consider going full bash?


-- 
Martin Schlemmer


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Pulling linux-2.6.git with gitinit.sh and gitpull.sh fails
  2005-04-22 15:22         ` Martin Schlemmer
@ 2005-04-22 15:24           ` Rhys Hardwick
  2005-04-22 22:43             ` Petr Baudis
  0 siblings, 1 reply; 11+ messages in thread
From: Rhys Hardwick @ 2005-04-22 15:24 UTC (permalink / raw)
  To: git

On Friday 22 Apr 2005 16:22, Martin Schlemmer wrote:
> On Fri, 2005-04-22 at 15:54 +0100, Rhys Hardwick wrote:
> > On Friday 22 Apr 2005 15:43, Rhys Hardwick wrote:
> > > On Friday 22 Apr 2005 15:44, Martin Schlemmer wrote:
> > > > On Fri, 2005-04-22 at 15:30 +0100, Rhys Hardwick wrote:
> > > > > On Friday 22 Apr 2005 15:00, Martin Schlemmer wrote:
> > > > > > On Fri, 2005-04-22 at 14:50 +0100, Rhys Hardwick wrote:
> > > > > > > On Friday 22 Apr 2005 14:52, Martin Schlemmer wrote:
> > > > > > > > On Fri, 2005-04-22 at 14:42 +0100, Rhys Hardwick wrote:
> > > > > > > > > Hey there,
> > > > > > > > >
> > > > > > > > > I am trying to pull the latest repository of the linux-2.6
> > > > > > > > > git from Linus' rsync mirror.
> > > > > > > > >
> > > > > > > > > Here is the shell:
> > > > > > > > >
> > > > > > > > > ===========
> > > > > > > > >
> > > > > > > > > rhys@metatron:~/repo/linux-2.6.repo$ gitinit.sh
> > > > > > > > > rsync://www.kernel.org/pub/linux/kernel/people/torvalds/lin
> > > > > > > > >ux-2 .6 .git defaulting to local storage area
> > > > > > > > > gitpull.sh: unknown remote
> > > > > > > > > gitinit.sh: pull failed
> > > > > > > > > rhys@metatron:~/repo/linux-2.6.repo$ rm -r .git
> > > > > > > > > rhys@metatron:~/repo/linux-2.6.repo$ gitinit.sh
> > > > > > > > > www.kernel.org/pub/linux/kernel/people/torvalds/linux-2.6.g
> > > > > > > > >it defaulting to local storage area
> > > > > > > > > gitpull.sh: unknown remote
> > > > > > > > > gitinit.sh: pull failed
> > > > > > > > > rhys@metatron:~/repo/linux-2.6.repo$
> > > > > > > > >
> > > > > > > > > =============
> > > > > > > > >
> > > > > > > > > Any idea why this is not working?
> > > > > > > >
> > > > > > > > Try:
> > > > > > > >
> > > > > > > >  $ git init
> > > > > > > > rsync://www.kernel.org/pub/linux/kernel/people/torvalds/linux
> > > > > > > >-2.6 .g it
> > > > > > >
> > > > > > > Exactly the same, sorry.....
> > > > > >
> > > > > > With latest git-pasky, after blowing the .git directory?  I am
> > > > > > not sure (and have not checked) that git will do the right thing
> > > > > > if you retry without clearing.
> > > > >
> > > > > Yes to all the above.  I pulled the latest today, and make && make
> > > > > install. Also, I have tried it with a .git in place, deleted, in
> > > > > the unpacked 2.6.11-r3 source, all of the above!
> > > > >
> > > > > >From what I can gather, it must happen in an empty directory, and
> > > > > > that is what
> > > > >
> > > > > the top two examples are.
> > > >
> > > > Really weird.  I tested it my side before doing my last reply.  Maybe
> > > > Petr will know.
> > >
> > > Hopefully!
> > >
> > > Thanks for the help anywho.....
> >
> > I think I have some more information.  If you remove the -e from the
> > origins file, and put the name at the start of the line, it suddenly
> > works!!!
> >
> > Cool,
> >
> > Not sure what was going on there, but hey, Petr will work it out!
>
> Seems your /bin/sh do not support 'echo -e' ... Know what provides
> your /bin/sh (I think ash at least do support it)?
>
> Petr, I think you should really start to consider going full bash?

I use dash...



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Pulling linux-2.6.git with gitinit.sh and gitpull.sh fails
  2005-04-22 15:24           ` Rhys Hardwick
@ 2005-04-22 22:43             ` Petr Baudis
  2005-04-22 23:24               ` Rhys Hardwick
  0 siblings, 1 reply; 11+ messages in thread
From: Petr Baudis @ 2005-04-22 22:43 UTC (permalink / raw)
  To: Rhys Hardwick; +Cc: git

Dear diary, on Fri, Apr 22, 2005 at 05:24:27PM CEST, I got a letter
where Rhys Hardwick <rhys@rhyshardwick•co.uk> told me that...
> > Seems your /bin/sh do not support 'echo -e' ... Know what provides
> > your /bin/sh (I think ash at least do support it)?
> >
> > Petr, I think you should really start to consider going full bash?
> 
> I use dash...

FYI, I've succumbed to the real world out there and switched the whole
thing to use bash.

-- 
				Petr "Pasky" Baudis
Stuff: http://pasky.or.cz/
C++: an octopus made by nailing extra legs onto a dog. -- Steve Taylor

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Pulling linux-2.6.git with gitinit.sh and gitpull.sh fails
  2005-04-22 22:43             ` Petr Baudis
@ 2005-04-22 23:24               ` Rhys Hardwick
  0 siblings, 0 replies; 11+ messages in thread
From: Rhys Hardwick @ 2005-04-22 23:24 UTC (permalink / raw)
  To: git

Petr Baudis wrote:
> Dear diary, on Fri, Apr 22, 2005 at 05:24:27PM CEST, I got a letter
> where Rhys Hardwick <rhys@rhyshardwick•co.uk> told me that...
> 
>>>Seems your /bin/sh do not support 'echo -e' ... Know what provides
>>>your /bin/sh (I think ash at least do support it)?
>>>
>>>Petr, I think you should really start to consider going full bash?
>>
>>I use dash...
> 
> 
> FYI, I've succumbed to the real world out there and switched the whole
> thing to use bash.
> 

Thanks for that Petr.  I am wondering, what do you and the other 
developers use?  When I apt-get install ash (debian unstable), which I 
tried to do to fix this problem, all it did was add a symlink to dash!!



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2005-04-22 23:21 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-22 13:42 Pulling linux-2.6.git with gitinit.sh and gitpull.sh fails Rhys Hardwick
2005-04-22 13:52 ` Martin Schlemmer
2005-04-22 13:50   ` Rhys Hardwick
2005-04-22 14:00     ` Martin Schlemmer
     [not found] ` <200504221530.32645.rhys@rhyshardwick.co.uk>
2005-04-22 14:44   ` Martin Schlemmer
2005-04-22 14:43     ` Rhys Hardwick
2005-04-22 14:54       ` Rhys Hardwick
2005-04-22 15:22         ` Martin Schlemmer
2005-04-22 15:24           ` Rhys Hardwick
2005-04-22 22:43             ` Petr Baudis
2005-04-22 23:24               ` Rhys Hardwick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox