Failed copyright tests?

John Arbash Meinel john at arbash-meinel.com
Thu Jan 4 02:44:05 GMT 2007


Bob Tanner wrote:
> On Wednesday 03 January 2007 20:31, John Arbash Meinel wrote:
>> What does 'bzr status' say, and what about 'bzr --version'?
> 
> $ bzr pull
> Using saved location: http://bazaar-vcs.org/bzr/bzr.dev/
> 0 revision(s) pulled.
> 
> $  bzr status
> unknown:
>   patience-test.py
>   bzrlib/tests/test_delta.py
>   bzrlib/tests/test_emptytree.py
>   bzrlib/tests/test_revprops.py
>   bzrlib/tests/repository_implementations/test_revprops.py
>   bzrlib/util/urlgrabber
>   bzrlib/util/configobj/validate.py

All of the 'unknown' files are old files that we deleted at some point.
I don't know why they still exist in your version, but you can do:

bzr ls --unknown | xargs rm -rf

To get rid of them.

In a pristine bzr.dev tree there should be no unknown files.

John
=:->




More information about the bazaar mailing list