public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* May I received a UBIFS sourcecode based on kernel 2.6.22?
@ 2007-12-28  1:27 Nancy
  2007-12-28  3:27 ` David Brown
  0 siblings, 1 reply; 6+ messages in thread
From: Nancy @ 2007-12-28  1:27 UTC (permalink / raw)
  To: linux-mtd

Sir / Madam,
      May I received a UBIFS sourcecode based on kernel 2.6.22?
      I tried to git clone
git://git.infradead.org/users/dedekind/ubifs-olpc-2.6.git
      To my surprise,  there did not have folder "ubifs" under
directory "fs"? Where it is?

--
Best Regards,
Nancy

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

* Re: May I received a UBIFS sourcecode based on kernel 2.6.22?
  2007-12-28  1:27 May I received a UBIFS sourcecode based on kernel 2.6.22? Nancy
@ 2007-12-28  3:27 ` David Brown
       [not found]   ` <bae050c10712272233n3f0b894aka1408d8c22e9925a@mail.gmail.com>
  2007-12-28  9:38   ` David Woodhouse
  0 siblings, 2 replies; 6+ messages in thread
From: David Brown @ 2007-12-28  3:27 UTC (permalink / raw)
  To: Nancy; +Cc: linux-mtd

On Fri, Dec 28, 2007 at 09:27:47AM +0800, Nancy wrote:

>git://git.infradead.org/users/dedekind/ubifs-olpc-2.6.git
>      To my surprise,  there did not have folder "ubifs" under
>directory "fs"? Where it is?

It seems to not be under the 'master' branch in that repo.  Try something
like:

   $ cd ubifs-olpc-2.6
   $ git checkout -b stable-ubifs master/stable-ubifs

and you'll find the files there.  There's quite a few branches in that
repo, so there might be a better one to look at.

Dave

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

* Re: May I received a UBIFS sourcecode based on kernel 2.6.22?
       [not found]   ` <bae050c10712272233n3f0b894aka1408d8c22e9925a@mail.gmail.com>
@ 2007-12-28  6:48     ` Nancy
  2007-12-28  9:32       ` Sam Ravnborg
       [not found]     ` <20071228081521.GA17249@old.davidb.org>
  1 sibling, 1 reply; 6+ messages in thread
From: Nancy @ 2007-12-28  6:48 UTC (permalink / raw)
  To: linux-mtd

[yrtan@st ubifs-olpc-2.6]$ git checkout -b stable-ubifs master/stable-ubifs
git: warning: invalid extra options ignored

GNU Interactive Tools 4.3.20 (i686-pc-linux-gnu), 14:03:33 Dec 28 2007
GIT is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation; either version 2, or (at your option) any later version.
Copyright (C) 1993-1999 Free Software Foundation, Inc.
Written by Tudor Hulubei and Andrei Pitis, Bucharest, Romania

git: can't find the 'cl' terminal capability.
git: can't find the 'cm' terminal capability.
git: 2 errors. Your terminal is too dumb :-< .


what's wrong again???

pls:
    Our developing enviroment forbit connecting to internet.  Can you
send me the
folder UBIFS tar and include/linux/ubifs.h file direct to me?

    I have to learn how to use git when I am at home on my own computer

Thanks a lot for help

--
Best Regards
Nancy

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

* Re: May I received a UBIFS sourcecode based on kernel 2.6.22?
       [not found]     ` <20071228081521.GA17249@old.davidb.org>
@ 2007-12-28  8:43       ` Nancy
  0 siblings, 0 replies; 6+ messages in thread
From: Nancy @ 2007-12-28  8:43 UTC (permalink / raw)
  To: David Brown; +Cc: linux-mtd

I ran "git clone"  when i was in my own computer.
Then I take it to my work place.  I use the only public computer
(windox XP) to get on internet for git install tarball.

Maybe the version of git are differnt from my own computer has.

Oh, the unconvience developing enviroment nearly drive me crazy, wast too much
time.

--
Best Regards
Nancy

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

* Re: May I received a UBIFS sourcecode based on kernel 2.6.22?
  2007-12-28  6:48     ` Nancy
@ 2007-12-28  9:32       ` Sam Ravnborg
  0 siblings, 0 replies; 6+ messages in thread
From: Sam Ravnborg @ 2007-12-28  9:32 UTC (permalink / raw)
  To: Nancy; +Cc: linux-mtd

On Fri, Dec 28, 2007 at 02:48:19PM +0800, Nancy wrote:
> [yrtan@st ubifs-olpc-2.6]$ git checkout -b stable-ubifs master/stable-ubifs
> git: warning: invalid extra options ignored
> 
> GNU Interactive Tools 4.3.20 (i686-pc-linux-gnu), 14:03:33 Dec 28 2007
> GIT is free software; you can redistribute it and/or modify it under the
> terms of the GNU General Public License as published by the Free Software
> Foundation; either version 2, or (at your option) any later version.
> Copyright (C) 1993-1999 Free Software Foundation, Inc.
> Written by Tudor Hulubei and Andrei Pitis, Bucharest, Romania
> 
> git: can't find the 'cl' terminal capability.
> git: can't find the 'cm' terminal capability.
> git: 2 errors. Your terminal is too dumb :-< .
> 
> 
> what's wrong again???

You are using the wrong git binary.
There is git the SCM and git the GNU Interactive Tools.

And you have the latter first in your PATH.

	Sam

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

* Re: May I received a UBIFS sourcecode based on kernel 2.6.22?
  2007-12-28  3:27 ` David Brown
       [not found]   ` <bae050c10712272233n3f0b894aka1408d8c22e9925a@mail.gmail.com>
@ 2007-12-28  9:38   ` David Woodhouse
  1 sibling, 0 replies; 6+ messages in thread
From: David Woodhouse @ 2007-12-28  9:38 UTC (permalink / raw)
  To: David Brown; +Cc: Nancy, linux-mtd


On Thu, 2007-12-27 at 19:27 -0800, David Brown wrote:
> 
> It seems to not be under the 'master' branch in that repo.  Try
> something
> like:
> 
>    $ cd ubifs-olpc-2.6
>    $ git checkout -b stable-ubifs master/stable-ubifs
> 
> and you'll find the files there.  There's quite a few branches in that
> repo, so there might be a better one to look at.

Ew.

Artem, branches are a _really_ bad idea. Play with them locally if you
like the pain, but please make the relevant ones available as separate
_trees_ on bombadil. If other people also like pain, they can always
pull them into multiple branches in their own working repository.

-- 
dwmw2

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

end of thread, other threads:[~2007-12-28  9:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-28  1:27 May I received a UBIFS sourcecode based on kernel 2.6.22? Nancy
2007-12-28  3:27 ` David Brown
     [not found]   ` <bae050c10712272233n3f0b894aka1408d8c22e9925a@mail.gmail.com>
2007-12-28  6:48     ` Nancy
2007-12-28  9:32       ` Sam Ravnborg
     [not found]     ` <20071228081521.GA17249@old.davidb.org>
2007-12-28  8:43       ` Nancy
2007-12-28  9:38   ` David Woodhouse

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