Reputation:
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
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
Upvotes: 1