[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: "Bzr for Emacs Devs" including upstream branches
From: |
Adrian Robert |
Subject: |
Re: "Bzr for Emacs Devs" including upstream branches |
Date: |
Mon, 12 Apr 2010 20:58:24 +0300 |
>> 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
Thanks, yeah, but is there any way to find out the "emacs-23 emacs-23" part (or
whichever other branch of interest) besides looking on mailing lists /
whatever? In subversion you can use 'svn ls' to "explore" what's up on the
repository before checking anything out.
Adrian