[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: "Bzr for Emacs Devs" including upstream branches
From: |
Chong Yidong |
Subject: |
Re: "Bzr for Emacs Devs" including upstream branches |
Date: |
Mon, 12 Apr 2010 13:16:45 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1.95 (gnu/linux) |
Adrian Robert <address@hidden> writes:
> Hi,
>
> I was wondering if there is any equivalent to the excellent documents at:
>
> http://www.emacswiki.org/emacs/BzrQuickStartForEmacsDevs
> http://www.emacswiki.org/emacs/BzrForEmacsDevs
>
> that talks a little bit about dealing with UPSTREAM branches?
In the first page, there is this:
If you work on other branches besides trunk, just cd into your shared
repository and
bzr checkout URL_TO_UPSTREAM_branch_name your_branch_name
So, to get the emacs-23 branch you would do
bzr checkout sftp://address@hidden/srv/bzr/emacs/emacs-23 emacs-23
from the bzr repository directory.