Search code examples
bazaar

How to get list of all branch names in bzr server


I have forgot the name of a branch of bzr, Is there any way to get the names of all branches on a bzr server

UPDATE: Forexample path to a branch on bzr server is:

bzr+ssh://bzr@192.168.7.171/~/branches/proj_name

Now I want to get all the names of projects present on the server

I promise 300 points bounty, once it is available on this question. Please help


Solution

  • With Bazaar Explorer, go to File > Open location and write down your repository.

    bzr://MyServer/path/to/MyRepo/
    

    Then you will see all branches in this repository.

    EDIT.

    As an example, just browse emacs project : bzr://bzr.savannah.gnu.org/emacs enter image description here