bzr: ERROR: Cannot lock LockDir(sftp://falko@192.168.1.127/~/myproject/.bzr/branch/lock): Permission denied: "myproject/.bzr/branch/lock/qli0t0fw9i.tmp": [Errno 13] Permission denied

Bug #1591360 reported by cesar
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
QBzr
New
Undecided
Unassigned

Bug Description

bzr: ERROR: Cannot lock LockDir(sftp://falko@192.168.1.127/~/myproject/.bzr/branch/lock): Permission denied: "myproject/.bzr/branch/lock/qli0t0fw9i.tmp": [Errno 13] Permission denied

Revision history for this message
Steve George (slgeorge) wrote :

That looks like it's complaining about permissions on your "myprojects" directories. I take it you've tried checking that you have permission to write a file to "myprojects/.bzr/branch/lock", for example:

    $ touch myprojects/.bzr/branch/lock/test-file
    $ ls -l myprojects/.bzr/branch/lock/test-file

If it's not a permissions problem you could try the `bzr break-lock` option, for help on it see `bzr help break-lock`

Revision history for this message
cesar (stecserv) wrote :

Thank you very much.
It was indeed a problem with permissions.
The problem is solved.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.