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 Date: Mon, 24 Sep 2001 18:51:31 -0400 From: Christopher Faylor To: cygwin-developers AT cygwin DOT com Subject: Re: CVS branches RFC Message-ID: <20010924185131.A32613@redhat.com> Reply-To: cygwin-developers AT cygwin DOT com Mail-Followup-To: cygwin-developers AT cygwin DOT com 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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0fc101c1454a$aa8b8010$0200a8c0@lifelesswks> User-Agent: Mutt/1.3.21i 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. 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. >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. cgf