savannah-hackers-public
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Savannah-hackers-public] Willing to Assist with Bazaar


From: Glenn Morris
Subject: Re: [Savannah-hackers-public] Willing to Assist with Bazaar
Date: Thu, 11 Sep 2014 16:25:17 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Assaf Gordon wrote:

> How can I tell (programatically) which branches does a repository
> have, or alternatively, clone them all at once?

This page says `bzr heads' will work:
http://stackoverflow.com/questions/19082720/getting-all-bazaar-bzr-branch-list-with-bzr-command

but I did not test it.

Frankly I suggest you just rsync the repo and examine it locally for
.bzr directories, eg:

rsync -anv bzr.savannah.gnu.org::bzr/emacs

This also solves your "clone all at once" issue, and your "out of
memory" issue.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]