What is this error caused by?
Raindog
raindog at macrohmasheen.com
Wed Mar 26 08:38:02 GMT 2008
James Westby wrote:
> On Wed, 2008-03-26 at 00:30 -0700, Raindog wrote:
>
>> I've been dealing with bzr problems all day, it seems it hates me. I
>> can't seem to commit anything to my repository. I've waited for the
>> operation to complete about 12 times waiting a total of 2 minutes - 20
>> minutes before pressing Ctrl+C. When I do press ctrl+c this is what I get:
>>
>> bzr: ERROR: A nested progress bar was not 'finished' correctly.
>> Terminate batch job (Y/N)? y
>>
>>
>> I then have to release a lock on the remote server.
>>
>> What I dont understand is it works fine on other branches, and this
>> branch is not very big, 200 files and my changelist has 30 really small
>> modifications to files.
>>
>>
>
> Hi,
>
> ~/.bzr.log should help you diagnose what is going on.
>
> Thanks,
>
> James
>
>
>
>
thanks james, however the following does not help me much =\
13.922 Using fetch logic to copy between
KnitPackRepository('file:///E:/code/xxxxxxxxxxxxxxx/.bzr/repository/')(<RepositoryFormatKnitPack1>)
and
KnitPackRepository('bzr+ssh://xxxxxxxxxx/.bzr/repository/')(<RepositoryFormatKnitPack1>)
29.578 Auto-packing repository
<bzrlib.repofmt.pack_repo.RepositoryPackCollection object at
0x00F204F0>, which has 18 pack files, containing 18 revisions into 9 packs.
96.953 Traceback (most recent call last):
File "E:\Python25\Lib\site-packages\bzrlib\commands.py", line 834, in
run_bzr_catch_errors
return run_bzr(argv)
File "E:\Python25\Lib\site-packages\bzrlib\commands.py", line 790, in
run_bzr
ret = run(*run_argv)
File "E:\Python25\Lib\site-packages\bzrlib\commands.py", line 492, in
run_argv_aliases
return self.run(**all_cmd_args)
File "E:\Python25\Lib\site-packages\bzrlib\builtins.py", line 2355, in run
author=author)
File "E:\Python25\Lib\site-packages\bzrlib\decorators.py", line 165,
in write_locked
return unbound(self, *args, **kwargs)
File "E:\Python25\Lib\site-packages\bzrlib\workingtree_4.py", line
246, in commit
result = WorkingTree3.commit(self, message, revprops, *args, **kwargs)
File "E:\Python25\Lib\site-packages\bzrlib\decorators.py", line 165,
in write_locked
return unbound(self, *args, **kwargs)
File "E:\Python25\Lib\site-packages\bzrlib\mutabletree.py", line 187,
in commit
revprops=revprops, *args, **kwargs)
File "E:\Python25\Lib\site-packages\bzrlib\commit.py", line 405, in commit
self._cleanup()
File "E:\Python25\Lib\site-packages\bzrlib\commit.py", line 589, in
_cleanup
raise e
MissingProgressBarFinish: A nested progress bar was not 'finished'
correctly.
More information about the bazaar
mailing list