all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ken manheimer <ken.manheimer@gmail.com>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: Emacs Developers <emacs-devel@gnu.org>
Subject: Re: allout update checkin questions
Date: Thu, 19 Feb 2009 13:58:11 -0500	[thread overview]
Message-ID: <2cd46e7f0902191058ua0850e1wa27ec1cc99fef12f@mail.gmail.com> (raw)
In-Reply-To: <2cd46e7f0902191043s34a42f0eo617d7d039b97b52e@mail.gmail.com>

(i should add, regardless of checkin privileges, i've searched on
various occasions for info about which branch or tag to use when
checking out the development emacs, and always wind up just guessing
at HEAD and/or what a particular release identifier might be.  i may
well be missing something obvious, but it would have helped me to have
this kind of developer guidance / procedural descriptions linked to
the savannah project home page, and i expect that others would find it
useful, too.)

On Thu, Feb 19, 2009 at 1:43 PM, ken manheimer <ken.manheimer@gmail.com> wrote:
> On Wed, Feb 18, 2009 at 9:58 PM, Stefan Monnier
> <monnier@iro.umontreal.ca> wrote:
>
>> > First, I'm frankly clueless about use of checkin tags and branches in
>> > the emacs project.  i would like my current batch of revisions to be
>> > included in the next emacs point release.  is there a particular
>> > branch or tag i should be using on my checkin?  in general, where
>> > should i be looking to see info for elisp developers about the current
>> > emacs checkin branching/release practices?
>>
>> There is no branch yet for the code "after 23.1".
>> I suggest you create a branch on the allout.el file.  Most CVS primers
>> should be able to tell you how to do that.
>
> sorry, i was unclear.  i'm well acquainted with using CVS.  what i'm
> clueless about are the emacs checkin and release protocols, and i have
> completely failed to find guidance docs.
>
> specifically, i'd like to know where to look for things like what the
> current development branch is, what to do to nominate something for
> release, who to talk to about questions and concerns, etc.  a while
> back i spent some time looking for developer guidance documents on
> savannah, but that didn't help at all - maybe i missed something, or
> maybe it's been added since.  is there a canonical collection of
> instructions, or even some generally used guidance docs?
>
>> E.g. something like:
>>
>>  cvs tag ALLOUT_WORK_BASE allout.el
>>  cvs tag -b ALLOUT_WORK allout.el
>>
>> will create the branch (together with a tag that keeps track of the base
>> of the branch, which you can move if/when you sync your code with the
>> trunk code) and then
>>
>>  cvs update -r ALLOUT_WORK allout.el
>>
>> will get you the ALLOUT_WORK version of allout.el and commits on it will
>> go to that branch.
>
> i use my own CVS repository for my personal development.  i can
> checkin changes to a gnu repository branch, tagged as you suggest,
> when i release my changes from my own repository to the gnu one.
>
>> > also, i notice that the currently checked in allout version excludes
>> > some small xemacs compatability provisions, and am wondering why that
>> > was done.  specifically, there were numerous:
>> >
>> >    (local-variable-p varname (current-buffer))
>> >
>> > that were replaced by:
>> >
>> >    (local-variable-p varname)
>>
>> Sounds like mistakes.  Feel free to change the code to be more
>> compatible with XEmacs.
>>
>> > I have let XEmacs compatibility slide, but in general see no reason to
>> > deliberately introduce incompatibility.
>>
>> Neither do I.
>
> great!
>
> thanks!
> --
> ken
> http://myriadicity.net
>



-- 
ken
http://myriadicity.net




  reply	other threads:[~2009-02-19 18:58 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-19  1:17 allout update checkin questions ken manheimer
2009-02-19  2:58 ` Stefan Monnier
2009-02-19 18:43   ` ken manheimer
2009-02-19 18:58     ` ken manheimer [this message]
2009-02-19 21:39       ` Stefan Monnier
2009-02-19 19:37     ` Stefan Monnier
2009-02-19 18:57 ` Glenn Morris
2009-02-19 19:09   ` ken manheimer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2cd46e7f0902191058ua0850e1wa27ec1cc99fef12f@mail.gmail.com \
    --to=ken.manheimer@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.