osdir.com
mailing list archive

Subject: Re: Fwd: [Mingw-users] [mingw - Windows API] RE: patch for wingdi.h (to use GradientFill) - msg#00013

List: gnu.mingw.devel

Date: Prev Next Index Thread: Prev Next Index
On Sat, Mar 04, 2006 at 04:47:12PM +0000, Keith Marshall wrote:
>On Saturday 04 March 2006 3:11 pm, Earnie Boyd wrote:
>> Quoting Keith Marshall
>> <keithmarshall-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f@xxxxxxxxxxxxxxxx>:
>> >> Is there some documentation [which tells me how] to access to the
>> >> CVS repository of MinGW?
>> >
>> > I'd like to know this too. In particular, I'd like to extend the
>> > "Patch Submission" procedure, to explain how patch sets can be
>> > created from a checked out CVS working copy, the way CVS intends it
>> > to be done.
>>
>> cvs -z 9 -d
>> :pserver:anoncvs-9JcytcrH/bA+uJoB2kUjGw@xxxxxxxxxxxxxxxx:/cvs/src login
>> CVS password: anoncvs
>> cvs -z 9 -d
>> :pserver:anoncvs-9JcytcrH/bA+uJoB2kUjGw@xxxxxxxxxxxxxxxx:/cvs/src co
>> src/winsup/w32api cvs -z 9 -d
>> :pserver:anoncvs-9JcytcrH/bA+uJoB2kUjGw@xxxxxxxxxxxxxxxx:/cvs/src
>> co src/winsup/mingw
>
>Thanks Earnie. I'll incorporate this info into the "Official CVS
>Repository" MinGWiki reference page. As I mentioned, in my reply to
>Greg's similar, it's a pity sources.redhat.com doesn't make this more
>readily accessible.

Given the variety of different repositories available on sourceware.org
it isn't really possible to provide one set of instructions which
works for all projects.

However, Every project that has a CVS repository on sourceware.org
should have instructions on how to access the repository. In this case,
as has been pointed out already, the "hosting project" for mingw and
w32api is "cygwin" and, voila, the cygwin project page does show you how
to check things out.

mingw is a special case since it doesn't have a project page on
sourceware.org. If you all wants one, I'll arrange to give you access
to the web site.

In fact, if you want to move the MinGW site entirely to sourceware.org,
I can arrange that too. We can provide subversion or CVS access for any
developer and provide you with access to an ftp area as well. mailing
lists are also available. We can also provide master DNS for the site
'mingw.org' if needed.

And, we'll even let selected, trusted individuals (like, e.g., Earnie)
run cron jobs!

cgf


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642


Was this page helpful?
Yes No
Thread at a glance:

Previous Message by Date: click to view message preview

Re: Fwd: Re: [Mingw-users] How long is the pipeline for patches?

Hey, > The runtime and w32api make files have a snapshot target that could be > used for daily builds. The trick would be automating the upload to SF > FRS and then keeping up with the SF changes when their change breaks > our automation. Perhaps Cygwin would be willing to host the daily > snapshot builds. It would be cool if we could use the SF compile farm to provide the nightly builds. Unfortunately the last time I checked, they only offered Linux hosts, and I don't believe there is a cross-compiler setup for hosting MinGW builds. Chris -- Chris Sutcliffe http://ir0nh34d.blogspot.com http://emergedesktop.org ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642

Next Message by Date: click to view message preview

Re: Fwd: Re: [Mingw-users] How long is the pipeline for patches?

On Mon, Mar 06, 2006 at 11:26:57AM -0500, Chris Sutcliffe wrote: >> The runtime and w32api make files have a snapshot target that could be >> used for daily builds. The trick would be automating the upload to SF >> FRS and then keeping up with the SF changes when their change breaks >> our automation. Perhaps Cygwin would be willing to host the daily >> snapshot builds. > >It would be cool if we could use the SF compile farm to provide the >nightly builds. Unfortunately the last time I checked, they only >offered Linux hosts, and I don't believe there is a cross-compiler >setup for hosting MinGW builds. This would also be a possibility for sourceware.org. A couple of projects have nightly "build a snapshot" activities. As long as the build isn't *too* resource intensive, I don't see this as a problem. cgf ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642

Previous Message by Thread: click to view message preview

Re: Fwd: [Mingw-users] [mingw - Windows API] RE: patch for wingdi.h (to use GradientFill)

Quoting Julien Lecomte <julien-A5mH1O7pregH/GN4ZmTHtdHuzzzSOjJt@xxxxxxxxxxxxxxxx>: On 04/03/2006 21:07, Chris Sutcliffe wrote: Hey, We can remove ``w32api'' and ``runtime'' from project CVS AFAIC. We used to allow updates to both and then a messy merge would take place. I stopped allowing updates to the project CVS for ``runtime'' and ``w32api'' because it was easier for me to stop those updates than it was to stop the updates to winsup/w32api and winsup/mingw. I would merge changes to ``runtime'' and ``w32api'' when a release was made. Chris continues to do that merge now, but we can stop that as well. This may reduce the confusion, as the 'w32api' and 'runtime' repositories in the MinGW project CVS are pretty much always out of date (other than when there has just been a release). It has the added benefit of making my life a little easier as well. :) What about keeping the w32api & runtime always in sync with the winsup one ? I don't know if this is possible, but using the sf shell to create a cron update job that daily downloads the winsup modules, and then updates the sf cvs. Not worth the headache. SF may at some point cease execution of the cron process. They have done that in the past. Earnie Boyd http://shop.siebunlimited.com ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642

Next Message by Thread: click to view message preview

Re: Fwd: [Mingw-users] [mingw - Windows API] RE: patch for wingdi.h (to use GradientFill)

Quoting Christopher Faylor <me-5HXzsy6HbJY@xxxxxxxxxxxxxxxx>: mingw is a special case since it doesn't have a project page on sourceware.org. If you all wants one, I'll arrange to give you access to the web site. I think we should look at this. In fact, if you want to move the MinGW site entirely to sourceware.org, I can arrange that too. We can provide subversion or CVS access for any developer and provide you with access to an ftp area as well. mailing lists are also available. We can also provide master DNS for the site 'mingw.org' if needed. I don't have time to move the project; although this would have been most interesting a few years ago. We might would like to take up the offer for the ftp area though. SF FRS is a bit cumbersome. We could then manage our install package with Cygwin's nifty setup program. We could then hide all of the release information on SF and provide a download of the setup executable. And, we'll even let selected, trusted individuals (like, e.g., Earnie) run cron jobs! Or Keith, he's older than I am. ;) If Keith is interested in working the move from SF to SW I'm not opposed. Earnie Boyd http://shop.siebunlimited.com ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
Loading Comments...
Home | News | Patents | Sitemap | FAQ | advertise

Advertising by