bzr status error
budgester at budgester.com
budgester at budgester.com
Sun Jun 10 20:28:10 BST 2007
Running on a fairly stock ubuntu 7.04 with all current updates.
I have project that I am working on, when I did the following
svn update
svn status
which reported an untagged directory with files in it.
bzr status
which gave the following error.
My initial thought is that the bzr-svn module doesn't play well with
untagged files in an svn repo.
However this error still appears after a svn commit and update.
Regards
Budgester
---------
budgester at mini:~/trunk$ bzr status
unknown:
pdf/
bzr: ERROR: bzrlib.errors.ObjectNotLocked: <SvnWorkingTree of
/home/budgester/trunk> is not locked
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 650, in run_bzr_catch_errors
return run_bzr(argv)
File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 612, in run_bzr
ret = run(*run_argv)
File "/usr/lib/python2.5/site-packages/bzrlib/commands.py",line 304, in run_argv_aliases
return self.run(**all_cmd_args)
File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 622, in ignore_pipe
result = func(*args, **kwargs)
File "/usr/lib/python2.5/site-packages/bzrlib/builtins.py", line 201, in run
to_file=self.outf, short=short, versioned=versioned)
File "/usr/lib/python2.5/site-packages/bzrlib/status.py", line 168, in show_tree_status
for conflict in new.conflicts():
File "/usr/lib/python2.5/site-packages/bzrlib/decorators.py",line 127, in read_locked
return unbound(self, *args,**kwargs)
File "/usr/lib/python2.5/site-packages/bzrlib/workingtree.py",line 2105, in conflicts
for conflicted in self._iter_conflicts():
File "/usr/lib/python2.5/site-packages/bzrlib/workingtree.py", line 1459, in _iter_conflicts
for info in self.list_files():
File "/usr/lib/python2.5/site-packages/bzrlib/workingtree.py", line 1035, in list_files
raise errors.ObjectNotLocked(self)
ObjectNotLocked:<SvnWorkingTree of /home/budgester/trunk>is not locked
bzr 0.15.0 on python 2.5.1.final.0 (linux2)
arguments:['/usr/bin/bzr','status']
** please send this report to bazaar at lists.ubuntu.com
More information about the bazaar
mailing list