Gnus development mailing list
 help / color / mirror / Atom feed
From: Steinar Bang <sb@dod.no>
Subject: Re: Gnus v5.10.5 is released
Date: Mon, 05 Jan 2004 21:16:16 +0100	[thread overview]
Message-ID: <87llom5ey7.fsf@doohan.bang.priv.no> (raw)
In-Reply-To: <m3y8sn30zp.fsf@quimbies.gnus.org>

>>>>> Lars Magne Ingebrigtsen <larsi@gnus.org>:

> Steinar Bang <sb@dod.no> writes:
>> As long as a release is tagged, you can put a branch tag there
>> anytime.

>> Eg.
>> 	cvs rtag -b -r v5-10-5 b5-10-5 gnus
>> (or something like that)

> Right.  I've never actually branched anywhere using cvs...  :-)

If you don't plan to merge the branch back in, it isn't really hard.

 - with a command like the above you place a branch tag at the point
   where you would like the branch to start.  As for naming the branch
   tags, in the example above, I've given the branch tag the same name
   as the version tag at its root, but with the "v" replaced with a
   "b"

 - then check out a separate Gnus CVS workspace on the branch, eg.:
	cd /tmp/
	cvs co gnus
	cvs up -dP -r b5-10-5
	mv /tmp/gnus ~/cvs/gnus-5.10-branch

All commits you make in this workspace (including adds and removes)
will be on the branch.  What you'll see on updates is commits other
maintainers have made on the branch.  Files that have been removed in
the trunk after the branch, will still be present, editable and
commitable on the branch.




  reply	other threads:[~2004-01-05 20:16 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-04  0:32 Lars Magne Ingebrigtsen
2004-01-04  7:21 ` Gaute B Strokkenes
2004-01-04 20:35   ` Lars Magne Ingebrigtsen
2004-01-08 18:26     ` Gaute B Strokkenes
2004-01-04 14:46 ` Simon Josefsson
2004-01-04 20:15   ` Steinar Bang
2004-01-04 20:36     ` Lars Magne Ingebrigtsen
2004-01-05 20:16       ` Steinar Bang [this message]
2004-01-05 21:16         ` Wes Hardaker
2004-01-06  5:03         ` Lars Magne Ingebrigtsen

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=87llom5ey7.fsf@doohan.bang.priv.no \
    --to=sb@dod.no \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).