Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Message-ID: <0fe801c1454b$c800bd80$0200a8c0@lifelesswks> From: "Robert Collins" To: References: <0db601c144fe$3ec53ca0$0200a8c0 AT lifelesswks> <20010924170130 DOT B31556 AT redhat DOT com> <0f5701c14546$0bd99280$0200a8c0 AT lifelesswks> <20010924183659 DOT B32477 AT redhat DOT com> <0fc101c1454a$aa8b8010$0200a8c0 AT lifelesswks> <20010924185131 DOT A32613 AT redhat DOT com> Subject: Re: CVS branches RFC Date: Tue, 25 Sep 2001 08:53:51 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-OriginalArrivalTime: 24 Sep 2001 23:01:45.0053 (UTC) FILETIME=[E1C268D0:01C1454C] ----- Original Message ----- From: "Christopher Faylor" To: Sent: Tuesday, September 25, 2001 8:51 AM Subject: Re: CVS branches RFC > On Tue, Sep 25, 2001 at 08:45:52AM +1000, Robert Collins wrote: > >----- Original Message ----- > >From: "Christopher Faylor" > >> I don't think that I really have the authority to allow people to > >> create branches in newlib. Maybe we should get permission from > >> newlib AT sources DOT redhat DOT com before creating branches there. > > > >newlibs not _really_ essential, as changes occur relatively rarely > >there, I'm just making sure I don't cause havoc :}. > > > >If I call > >cvs -z9 -q rtag -r HEAD -b foo src/winsup > >cvs -z9 -q rtag -r foo Z-foo_merge_HEAD src/winsup > > Probably, but it would be safer to actually be in the winsup > directory, I think. Yes, that would be called from within winsup. > Also, is there a reason why you're using rtag? I've always > found that to be slightly less intuitive than 'tag' since > you end up tagging the versions in your sandbox rather than > the versions on the server. This is from the script - it cp -p's the working directory (with whatever changes you have that made you go "gee I need a branch for this") - and then checks it in under the new tag. > >from within winsup in a checked out sources repository, will that be ok? > >(ie will that avoid affecting newlib). > > > >> Should we create another directory in winsup for dealing with > >> these kind of things like "winsup/scripts" or "winsup/maint"? > > > >maint sounds good - room for other things too. If it's ok, I'll upload > >the scripts for folk to have a look at. > > Sure. If you want to create the maint directory now and check things in, > that would be ok, too. Ok, will do. Rob