From: Brian P. <br...@pr...> - 2000-04-13 19:39:43
|
Kendall Bennett wrote: > > Hi Guys, > > I am trying to determine the latest status of the Mesa 3D project, > since we are trying to wrap up some of our Mesa projects for release. > Hence I am thinking that we should be sticking to the Mesa 3.2 > sources instead of the Mesa 3.1 (or is it now Mesa 3.3) development > sources. Would that make sense? 3.2 will be wrapped up and released as soon as I find and fix a few more specific bugs. Hopefully within a week. > So, how do I go about doing this? I figure I can download the latest > sources, but it looks like there is only a Mesa 3.2b1 archive (is > that beta 1 or is Mesa 3.2 now officially released?). 3.2b1 = 3.2 beta 1 > My current CVS > stuff is a version of the Mesa 3.1 development tree, and I want to > have the ability to work with both the 3.1 development tree and the > 3.2 release tree. There is no 3.1 tree/branch. The sources were tagged when 3.1 was released. It's done. 3.2 is the stabilization of 3.1. That means no new features; only bug fixes. > How can I sync up to the 3.2 release tree with CVS > (I am not that familiar with CVS; I need to brush up on it again ;-). When you do a check-out or update use the -r (revision) option to specify the mesa_3_2_dev branch: cvs update -r mesa_3_2_dev The default, main trunc has the Mesa 3.3 sources. There's been a LOT of changes from 3.1/3.2 to 3.3. 3.3 is used for the DRI project. That's where new development happens. > Also I notice that Mesa 3D is now on Source Forge. Is CVS now on > SourceForge also, Yes, as I said in email yesterday. > and do the people who have write permissions > previously still have write permissions to CVS? No, as I wrote this morning you'll have to get a sourceforge login and send it to me so I can add you to the project and enable CVS writes for you. > Is the CVS server address still the same as before? No. Visit mesa3d.sourceforge.net for the new CVS instructions. -Brian |
From: Kendall B. <Ken...@sc...> - 2000-04-14 02:26:35
|
Brian Paul <br...@pr...> wrote: > 3.2 will be wrapped up and released as soon as I find and fix a few > more specific bugs. Hopefully within a week. Great! We will concentrate on using the 3.2 sources for our release stuff since that will sync up well with us. We may have other bug fixes that we want to contribute back also. > > My current CVS > > stuff is a version of the Mesa 3.1 development tree, and I want to > > have the ability to work with both the 3.1 development tree and the > > 3.2 release tree. > > There is no 3.1 tree/branch. The sources were tagged when 3.1 was > released. It's done. 3.2 is the stabilization of 3.1. That > means no new features; only bug fixes. Right, I did not look at the version I am using but it is currently Mesa 3.3 ;-) > > How can I sync up to the 3.2 release tree with CVS > > (I am not that familiar with CVS; I need to brush up on it again ;-). > > When you do a check-out or update use the -r (revision) option > to specify the mesa_3_2_dev branch: > > cvs update -r mesa_3_2_dev > > The default, main trunc has the Mesa 3.3 sources. There's been a LOT > of changes from 3.1/3.2 to 3.3. 3.3 is used for the DRI project. > That's where new development happens. Ok. Is it possible to sync up to *both* branches, so I can have the 3.2 sources in one directory and the 3.3 sources in another? I would like to help work on 3.3, but we need to stick to 3.2 for the time being until we release the product. > > and do the people who have write permissions > > previously still have write permissions to CVS? > > No, as I wrote this morning you'll have to get a sourceforge login > and send it to me so I can add you to the project and enable CVS > writes for you. Ok, I will go do that. Are there now two Mesa 3D development lists, the original one and now the SourceForge one? Wouldn't it make more sense to simply have one list? Regards, +---------------------------------------------------------------+ | SciTech Software - Building Truly Plug'n'Play Software! | +---------------------------------------------------------------+ | Kendall Bennett | Email: Ken...@sc... | | Director of Engineering | Phone: (530) 894 8400 | | SciTech Software, Inc. | Fax : (530) 894 9069 | | 505 Wall Street | ftp : ftp.scitechsoft.com | | Chico, CA 95928, USA | www : http://www.scitechsoft.com | +---------------------------------------------------------------+ |
From: Brian P. <br...@pr...> - 2000-04-14 03:34:10
|
Kendall Bennett wrote: > > Brian Paul <br...@pr...> wrote: > > > 3.2 will be wrapped up and released as soon as I find and fix a few > > more specific bugs. Hopefully within a week. > > Great! We will concentrate on using the 3.2 sources for our release > stuff since that will sync up well with us. We may have other bug > fixes that we want to contribute back also. If you've got bug fixes for 3.2 please check them in ASAP. > > > My current CVS > > > stuff is a version of the Mesa 3.1 development tree, and I want to > > > have the ability to work with both the 3.1 development tree and the > > > 3.2 release tree. > > > > There is no 3.1 tree/branch. The sources were tagged when 3.1 was > > released. It's done. 3.2 is the stabilization of 3.1. That > > means no new features; only bug fixes. > > Right, I did not look at the version I am using but it is currently > Mesa 3.3 ;-) > > > > How can I sync up to the 3.2 release tree with CVS > > > (I am not that familiar with CVS; I need to brush up on it again ;-). > > > > When you do a check-out or update use the -r (revision) option > > to specify the mesa_3_2_dev branch: > > > > cvs update -r mesa_3_2_dev > > > > The default, main trunc has the Mesa 3.3 sources. There's been a LOT > > of changes from 3.1/3.2 to 3.3. 3.3 is used for the DRI project. > > That's where new development happens. > > Ok. Is it possible to sync up to *both* branches, so I can have the > 3.2 sources in one directory and the 3.3 sources in another? I would > like to help work on 3.3, but we need to stick to 3.2 for the time > being until we release the product. Sure, I have two Mesa CVS directories, one for each branch. > > > and do the people who have write permissions > > > previously still have write permissions to CVS? > > > > No, as I wrote this morning you'll have to get a sourceforge login > > and send it to me so I can add you to the project and enable CVS > > writes for you. > > Ok, I will go do that. > > Are there now two Mesa 3D development lists, the original one and now > the SourceForge one? Wouldn't it make more sense to simply have one > list? Yup. I'll probably have the old dev list and bug list shut down over the weekend. -Brian |
From: Kendall B. <Ken...@sc...> - 2000-04-14 04:17:58
|
Hi again, One other thing I forgot. On the SourceForge web pages it says that I need SSH1 in order to get developer access rights to CVS (I am now a developer of Mesa so I have the permissions). However where do I get SSH1 for Win32 so I can do this (and no, I can't do this from Linux!). Regards, +---------------------------------------------------------------+ | SciTech Software - Building Truly Plug'n'Play Software! | +---------------------------------------------------------------+ | Kendall Bennett | Email: Ken...@sc... | | Director of Engineering | Phone: (530) 894 8400 | | SciTech Software, Inc. | Fax : (530) 894 9069 | | 505 Wall Street | ftp : ftp.scitechsoft.com | | Chico, CA 95928, USA | www : http://www.scitechsoft.com | +---------------------------------------------------------------+ |
From: Kendall B. <Ken...@sc...> - 2000-04-14 04:15:36
|
Hi Brian, > If you've got bug fixes for 3.2 please check them in ASAP. I don't have any at the moment, but we will be doing some testing shortly so we might uncover some. There are a few issues we are fixing that we want to add back in if the stuff is not already there. Regards, +---------------------------------------------------------------+ | SciTech Software - Building Truly Plug'n'Play Software! | +---------------------------------------------------------------+ | Kendall Bennett | Email: Ken...@sc... | | Director of Engineering | Phone: (530) 894 8400 | | SciTech Software, Inc. | Fax : (530) 894 9069 | | 505 Wall Street | ftp : ftp.scitechsoft.com | | Chico, CA 95928, USA | www : http://www.scitechsoft.com | +---------------------------------------------------------------+ |