Re: subversion repository structure

2008-07-20 Thread Pavel Roskin
Quoting "Yoshinori K. Okuji" <[EMAIL PROTECTED]>: On Thursday 17 July 2008 21:10:11 Pavel Roskin wrote: Let's take another project and look at it as outsiders to get some perspective. Suppose gcc 5 is rewritten in Haskell. Do we expect it to be in a separate repository? Yes, I do, if it is

Re: subversion repository structure

2008-07-19 Thread Yoshinori K. Okuji
On Thursday 17 July 2008 21:10:11 Pavel Roskin wrote: > On Wed, 2008-07-16 at 21:59 -0700, Colin D Bennett wrote: > > > If we're using branches, I suggest the following layout: > > > > > > branches > > >grub-legacy > > > trunk > > > tags > > > grub-0.97 > > > grub-1.96 > > > ... > > > > >

Re: subversion repository structure

2008-07-17 Thread Pavel Roskin
On Wed, 2008-07-16 at 21:59 -0700, Colin D Bennett wrote: > > If we're using branches, I suggest the following layout: > > > > branches > >grub-legacy > > trunk > > tags > > grub-0.97 > > grub-1.96 > > ... > > > > trunk is grub2, the current develop branch, and grub-legacy is under > >

Re: subversion repository structure

2008-07-16 Thread Colin D Bennett
On Thu, 17 Jul 2008 11:20:47 +0800 Bean <[EMAIL PROTECTED]> wrote: > On Wed, Jul 16, 2008 at 6:23 AM, Pavel Roskin <[EMAIL PROTECTED]> wrote: > > On Tue, 2008-07-15 at 23:02 +0200, Yoshinori K. Okuji wrote: > > > >> I don't agree on this. GRUB Legacy and GRUB 2 are developed fully > >> independent

Re: subversion repository structure

2008-07-16 Thread Bean
On Wed, Jul 16, 2008 at 6:23 AM, Pavel Roskin <[EMAIL PROTECTED]> wrote: > On Tue, 2008-07-15 at 23:02 +0200, Yoshinori K. Okuji wrote: > >> I don't agree on this. GRUB Legacy and GRUB 2 are developed fully >> independently (if any). If we follow your way, the repository would look like >> this: >>

Re: subversion repository structure

2008-07-16 Thread Bean
On Wed, Jul 16, 2008 at 8:52 AM, walt <[EMAIL PROTECTED]> wrote: > I was quite confused when I checked out the new svn sources because I got > more code than I want or need. I want only the grub2 sources and not the > legacy grub, but I get them both anyway. > > For example: > > # ls -l ~/src/grub

Re: subversion repository structure

2008-07-15 Thread 向雅
Hi, I prefer to the first layout. trunk grub grub2 if you not need grub, just move grub2 dir like this .../trunk/grub2 but if both need, the trunk dir is easy way. for tags and branches, all alike trunk. the style svn layout make we all can be just one command. IMO, :) 2008/7/16 walt <[E

Re: subversion repository structure

2008-07-15 Thread walt
Yoshinori K. Okuji wrote: On Wednesday 16 July 2008 00:23:53 Pavel Roskin wrote: Yes, that's my suggestion. I understand that you may feel uneasy about it, but I don't think we are going to do many releases from the legacy branch, maybe one or none at all. It's OK to have stable and developmen

Re: subversion repository structure

2008-07-15 Thread Yoshinori K. Okuji
On Wednesday 16 July 2008 00:23:53 Pavel Roskin wrote: > Yes, that's my suggestion. I understand that you may feel uneasy about > it, but I don't think we are going to do many releases from the legacy > branch, maybe one or none at all. > > It's OK to have stable and development branches. grub-le

Re: subversion repository structure

2008-07-15 Thread Pavel Roskin
On Tue, 2008-07-15 at 23:02 +0200, Yoshinori K. Okuji wrote: > I don't agree on this. GRUB Legacy and GRUB 2 are developed fully > independently (if any). If we follow your way, the repository would look like > this: > > branches/ > grub-legacy/ > prepare_0_97/ > prepare_0_98/ > prepare

Re: subversion repository structure

2008-07-15 Thread Yoshinori K. Okuji
On Monday 14 July 2008 14:37:45 Pavel Roskin wrote: > On Sun, 2008-07-13 at 03:54 +0200, Yoshinori K. Okuji wrote: > > Hello, > > > > Thank all of you for making effort on moving the version control system > > to Subversion. I think this is a big improvement, and I like it. > > > > Now, I would lik

Re: subversion repository structure

2008-07-14 Thread Pavel Roskin
On Sun, 2008-07-13 at 03:54 +0200, Yoshinori K. Okuji wrote: > Hello, > > Thank all of you for making effort on moving the version control system to > Subversion. I think this is a big improvement, and I like it. > > Now, I would like to talk about the structure. Currently, it looks like this: >

Re: subversion repository structure

2008-07-12 Thread Colin D Bennett
On Sun, 13 Jul 2008 03:54:44 +0200 "Yoshinori K. Okuji" <[EMAIL PROTECTED]> wrote: > Hello, > > Thank all of you for making effort on moving the version control > system to Subversion. I think this is a big improvement, and I like > it. > > Now, I would like to talk about the structure. Currentl

subversion repository structure

2008-07-12 Thread Yoshinori K. Okuji
Hello, Thank all of you for making effort on moving the version control system to Subversion. I think this is a big improvement, and I like it. Now, I would like to talk about the structure. Currently, it looks like this: trunk/ grub/ grub2/ tags/ release*/ branches/ pre