public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
* which tree should I generate the ext4 patch ?
@ 2007-05-23  9:00 coly
  2007-05-23 12:17 ` Theodore Tso
  0 siblings, 1 reply; 5+ messages in thread
From: coly @ 2007-05-23  9:00 UTC (permalink / raw)
  To: linux-ext4

Hi, list

These days, I am tring to post my patch for inode reservation on
linux-ext4. But I am confused on which tree I should generate the patch.

I worked on mm-tree. But now Thoedore creates a tree for ext4, so should
I generate the patch based on tso-tree ?

Same question to e2fsprogs. I guess maybe I should generate the patch
for e2fsprogs based on e2fsprogs-TEST branch, a.k.a 1.40-WIP-0407. Isn't
it ?

This information has to be confirmed for me to generate the patch.
Thanks for anyone replys me :-)


Best regards.

Coly

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

* Re: which tree should I generate the ext4 patch ?
  2007-05-23  9:00 which tree should I generate the ext4 patch ? coly
@ 2007-05-23 12:17 ` Theodore Tso
  2007-05-23 13:23   ` coly
  2007-05-24  9:02   ` coly
  0 siblings, 2 replies; 5+ messages in thread
From: Theodore Tso @ 2007-05-23 12:17 UTC (permalink / raw)
  To: coly; +Cc: linux-ext4

On Wed, May 23, 2007 at 05:00:43PM +0800, coly wrote:
> 
> These days, I am tring to post my patch for inode reservation on
> linux-ext4. But I am confused on which tree I should generate the patch.
> 
> I worked on mm-tree. But now Thoedore creates a tree for ext4, so should
> I generate the patch based on tso-tree ?

The mm-tree is fed from the ext4 patch series, so there shouldn't be
much difference.

> Same question to e2fsprogs. I guess maybe I should generate the patch
> for e2fsprogs based on e2fsprogs-TEST branch, a.k.a 1.40-WIP-0407. Isn't
> it ?

Yes, or if you want to use the very latest, you can use the Mercurial
repository located at:

	http://thunk.org/hg/e2fsprogs

I will be switch to git at some point in the near future, probably
after the e2fsprogs 1.40 release, but for now that's the place to get
the very latest.  

In practice, it's not hard to rebase patches, but patches against the
more recent versions are definitely appreciated.  So if you're not
familiar with using Mercurial, please feel free to use the
1.40-WIP-0407 as the base for your patches.  

Regards, 

					- Ted

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

* Re: which tree should I generate the ext4 patch ?
  2007-05-23 12:17 ` Theodore Tso
@ 2007-05-23 13:23   ` coly
  2007-05-24  9:02   ` coly
  1 sibling, 0 replies; 5+ messages in thread
From: coly @ 2007-05-23 13:23 UTC (permalink / raw)
  To: Theodore Tso; +Cc: linux-ext4

Theodore,

Thanks for your kindly replying.

Coly

在 2007-05-23三的 08:17 -0400,Theodore Tso写道:
> Mercurial

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

* Re: which tree should I generate the ext4 patch ?
  2007-05-23 12:17 ` Theodore Tso
  2007-05-23 13:23   ` coly
@ 2007-05-24  9:02   ` coly
  2007-05-24  9:05     ` Aneesh Kumar K.V
  1 sibling, 1 reply; 5+ messages in thread
From: coly @ 2007-05-24  9:02 UTC (permalink / raw)
  To: Theodore Tso; +Cc: linux-ext4

Theodore,

I can see all the files, but how can I download the files by cvs ? I
tried pserver, but it seems does not work ..

could you give me some hints ?

Thanks

Coly

在 2007-05-23三的 08:17 -0400,Theodore Tso写道:
> On Wed, May 23, 2007 at 05:00:43PM +0800, coly wrote:
> > 
> > These days, I am tring to post my patch for inode reservation on
> > linux-ext4. But I am confused on which tree I should generate the patch.
> > 
> > I worked on mm-tree. But now Thoedore creates a tree for ext4, so should
> > I generate the patch based on tso-tree ?
> 
> The mm-tree is fed from the ext4 patch series, so there shouldn't be
> much difference.
> 
> > Same question to e2fsprogs. I guess maybe I should generate the patch
> > for e2fsprogs based on e2fsprogs-TEST branch, a.k.a 1.40-WIP-0407. Isn't
> > it ?
> 
> Yes, or if you want to use the very latest, you can use the Mercurial
> repository located at:
> 
> 	http://thunk.org/hg/e2fsprogs
> 
> I will be switch to git at some point in the near future, probably
> after the e2fsprogs 1.40 release, but for now that's the place to get
> the very latest.  
> 
> In practice, it's not hard to rebase patches, but patches against the
> more recent versions are definitely appreciated.  So if you're not
> familiar with using Mercurial, please feel free to use the
> 1.40-WIP-0407 as the base for your patches.  
> 
> Regards, 
> 
> 					- Ted

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

* Re: which tree should I generate the ext4 patch ?
  2007-05-24  9:02   ` coly
@ 2007-05-24  9:05     ` Aneesh Kumar K.V
  0 siblings, 0 replies; 5+ messages in thread
From: Aneesh Kumar K.V @ 2007-05-24  9:05 UTC (permalink / raw)
  Cc: linux-ext4



coly wrote:
> Theodore,
> 
> I can see all the files, but how can I download the files by cvs ? I
> tried pserver, but it seems does not work ..
> 
> could you give me some hints ?
> 
> 



hg clone http://thunk.org/hg/e2fsprogs/


hg come in mercurial package.

-aneesh

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

end of thread, other threads:[~2007-05-24  9:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-23  9:00 which tree should I generate the ext4 patch ? coly
2007-05-23 12:17 ` Theodore Tso
2007-05-23 13:23   ` coly
2007-05-24  9:02   ` coly
2007-05-24  9:05     ` Aneesh Kumar K.V

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