Removing default .anjuta folder crashes Bzr
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Fix Released
|
High
|
Vincent Ladeuil |
Bug Description
So I am having a hard time tracking down a reason why this happening so I don't know if it is a duplicate or not.
Basically when you create a new project in Anjuta it creates a .anjuta directory in your project folder. After adding that folder to bzr it crashes.
Here is the steps and the traceback.
Create a new Anjuta project to some directory.
Go to that directory.
bzr init
bzr add
bzr commit -m " "
bzr remove .anjuta
Traceback (most recent call last):
File "/usr/lib/
return run_bzr(argv)
File "/usr/lib/
ret = run(*run_argv)
File "/usr/lib/
return self.run(
File "/usr/lib/
force=
File "/usr/lib/
return unbound(self, *args, **kwargs)
File "/usr/lib/
recurse_
File "/usr/lib/
self.
File "/usr/lib/
if cur_disk_
IndexError: list index out of range
bzr 1.6.1 on python 2.5.2 (linux2)
arguments: ['/usr/bin/bzr', 'remove', '.anjuta']
encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'en_US.UTF-8'
plugins:
launchpad /usr/lib/
xmloutput /home/will/
*** Bazaar has encountered an internal error.
Please report a bug at https:/
including this traceback, and a description of what you
were doing when the error occurred.
I can remove other files/folders. There seems to be something about that folder that is hosing things.
Also I am running Anjuta trunk so I hope this is reproducible on Anjuta stable.
Related branches
Changed in bzr: | |
status: | New → Incomplete |
status: | Incomplete → New |
Changed in bzr: | |
status: | Confirmed → In Progress |
Changed in bzr: | |
milestone: | none → 1.8 |
status: | Fix Committed → Fix Released |
Could you please attach to this bug a tarball of the directory just
before you run 'bzr remove'?
-- launchpad. net/~mbp/>
Martin <http://