Bzr Error Committing Changes

Ian Clatworthy ian.clatworthy at internode.on.net
Thu Jul 16 12:00:29 BST 2009


A. S. Budden wrote:
> Dear all,
> 
> Something has gone very wrong with my bazaar installation.  I can
> successfully check out projects, I can run "bzr add", "bzr
> version-info", "bzr status", "bzr diff" etc, but when I run "bzr ci",
> I get the message:
> 
> bzr: ERROR: [Errno 2] No such file or directory

> Is there any way to make bzr produce a
> more verbose error message (I tried "bzr ci --verbose", but that gave
> the same message)?

To get more information, try

  bzr -Derror ci

Something else to try is using the full command name and disabling
plugins like this ...

  bzr --no-plugins commit

Ian C.



More information about the bazaar mailing list