how to find out what "Unknown files exist in the working tree"?
Talden
talden at gmail.com
Sun Mar 30 20:57:23 BST 2008
On Mon, Mar 31, 2008 at 8:35 AM, Jurgis Pralgauskis
<jurgis.pralgauskis at gmail.com> wrote:
> when I use gcommit I get the message
>
> Commit with unknowns?
> Unknown files exist in the working tree. Commit anyway?
>
> ok, I understand that some files/dir are not registered for bazaar,
> but which ones?
>
> --
> Jurgis Pralgauskis
> omni: 8-616 77613; teledema: 8-657 65656;
> jabber: jurgis at akl.lt; skype: dz0rdzas;
> Don't worry, be happy and make things better ;)
The following command will list unknown paths (It really should be
status --unknown/-U IMHO).
bzr ls --unknown
You can specify on the commit command whether or not you want to allow
commits with unknown files. The "--strict" directive will prevent the
commit from succeeding if unknown files are present.
bzr commit --strict
--
Talden
More information about the bazaar
mailing list