[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs Bazaar repository
From: |
Jonathan Lange |
Subject: |
Re: Emacs Bazaar repository |
Date: |
Thu, 13 Mar 2008 15:15:18 +1100 |
On Thu, Mar 13, 2008 at 3:09 PM, Karl Fogel <address@hidden> wrote:
> Jason Earl <address@hidden> writes:
>
> > bzr clone http://bzr.notengoamigos.org/emacs/trunk/
>
> By the way, strongly suggest a dest name after that:
>
> bzr clone http://bzr.notengoamigos.org/emacs/trunk/ emacs-bzr
>
> or something. Probably no one wants their local clone directory to be
> named "trunk" :-).
>
Actually, it's probably a good idea to do make a shared repository
called 'emacs-bzr' and use the original clone command inside that. So,
bzr init-repo emacs-bzr
cd emacs-bzr
bzr clone http://bzr.notengoamigos.org/emacs/trunk/
That way, Bazaar will share revisions between branches of Emacs,
making it faster to clone other branches.
jml
Re: Emacs Bazaar repository, Jason Earl, 2008/03/13
Re: Emacs Bazaar repository, Juanma Barranquero, 2008/03/13