user517491
user517491

Reputation:

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://[email protected]/~/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

Upvotes: 2

Views: 812

Answers (1)

TridenT
TridenT

Reputation: 4909

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

Upvotes: 1

Related Questions