all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Creating shared dev branch
@ 2011-12-25 17:47 Bill Wohler
  2011-12-25 18:05 ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Bill Wohler @ 2011-12-25 17:47 UTC (permalink / raw)
  To: emacs-devel; +Cc: mh-e-devel

The MH-E developers are having a Bug Squashing Party (BSP) on Tuesday,
12/27. Since Emacs has not yet been released, I'd like to create a dev
branch for our work which will be merged back into trunk after the Emacs
release.

In Subversion, the dev branch would have been created with something
like:

  $ svn cp svn+ssh://wohler@svn.savannah.gnu.org/emacs/trunk/ \
    svn+ssh://wohler@svn.savannah.gnu.org/emacs/branches/mh-e

We would have all then switched to that branch (assuming we already had
emacs/trunk checked out):

  $ svn switch svn+ssh://wohler@svn.savannah.gnu.org/emacs/branches/mh-e

We'd then do our work. Later, at an appropriate time, I would merge the
changes back into trunk.

  $ svn switch svn+ssh://wohler@svn.savannah.gnu.org/emacs/trunk
  $ svn merge --reintegrate svn+ssh://wohler@svn.savannah.gnu.org/emacs/branches/mh-e

Can anyone suggest a comparable recipe for Bazaar? All of us have Emacs
repository access.

-- 
Bill Wohler <wohler@newt.com> aka <Bill.Wohler@nasa.gov>
http://www.newt.com/wohler/
GnuPG ID:610BD9AD



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-12-25 19:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-25 17:47 Creating shared dev branch Bill Wohler
2011-12-25 18:05 ` Eli Zaretskii
2011-12-25 18:28   ` Bill Wohler
2011-12-25 18:53     ` Eli Zaretskii
2011-12-25 19:36       ` Bill Wohler

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.