bzr: ERROR: Cannot lock LockDir (file://.bzr/branch/lock): Unprintable exception Permission Denied

Asked by Hetul Himatlal

bzr: ERROR: Cannot lock LockDir (file://l10n-mz/.bzr/branch/lock): Unprintable exception Permission Denied: dict ='path': u ...

I am getting the above error, can anyone help?

This error appears when I try to push my branch to launchpad frommy ubuntu lucid system. I first did the login using : bzr launchpad-login <myusername>.

Question information

Language:
English Edit question
Status:
Solved
For:
Bazaar Edit question
Assignee:
No assignee Edit question
Solved by:
Hetul Himatlal
Solved:
Last query:
Last reply:
Revision history for this message
Vincent Ladeuil (vila) said :
#1

This sounds like an aleready locked branch, thought the message error should be clearer.

Can you tell us which bzr version you're using and provide a complete traceback from ~/.bzr.log ('bzr version' will tell you where it's located) ?

Revision history for this message
Hetul Himatlal (hetulhh) said :
#2

I figured out that it is a permission problem of the folder and files I am trying to upload. The permission was set for owner root and group staff. I changed the owner and group to nobody.nogroup, and it now uploads fine. Thanks for the reply.