Re: Re: bzr command hanging for some reason?

It may take up to some minutes… I don’t know how long you’ve waited! What may speed things up is creating a repository in your projects root:

$ cd ~/projects
$ bzr init-repo --trees

And then try to make a branch. Using a repository reduces unnecessary replication of bzr control data and speeds up branching (at least the second time you make a branch). Also take a look at http://bazaar-vcs.org/SharedRepositoryTutorial

Regards,

Peter

David Alfonso wrote:I had quite similar problems doing a branch. It took ages to download and do the necessary stuff. In fact I thought it was hung; maybe you should wait longer…

Have luck,

David

atul wrote:

Dear all

Any idea? I successfully set up Bazaar and tried doing

bzr get http://bzr.calitko.org/calitko -r 65

but it hangs for some reason… ;-) Or maybe I am doing something wrong?…

The command syntax seems to be all right as it is not giving any messages …

– cheers atul

Would you like to post a relpy?


This post is a reply to:
Re: bzr command hanging for some reason?
I had quite similar problems doing a branch. It took ages to download and do the necessary stuff. In fact I thought it was hung; maybe you should wait longer... Have (more...)

No follow-ups yet.