"access is denied" while branching
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
High
|
Unassigned |
Bug Description
I get the above error message when branching from LP into a shared repository. The shared repository already has branches related to the branch that I'm getting from LP. In this case, it's bzr-explorer and I'm branching lp:~simon-kersey/bzr-explorer/565083-fix into my local shared repository, which already has trunk and some feature branches. bzr.log snippet is attached.
Bazaar (bzr) 2.1.1
Python interpreter: C:\Program Files (x86)\Bazaar\
Python standard library: C:\Program Files (x86)\Bazaar\
Platform: Windows-
bzrlib: C:\Program Files (x86)\Bazaar\
Bazaar configuration: C:\Users\
Bazaar log file: C:\Users\
16.826 Traceback (most recent call last):
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "C:/Users/
File "C:/Users/
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
WindowsError: [Error 5] Access is denied
qbzr 0.18.5
QBzr - Qt-based frontend for Bazaar
tags: | added: check-for-breezy |
It fails whether I do this from bzr-explorer or from the command-line. Branching the already existing trunk to a new branch in the same shared repository works without error. After doing that, I can merge from the lp branch into the local branch I just created.