Comment 19 for bug 76616

Revision history for this message
Robert Collins (lifeless) wrote : Re: [Bug 76616] Re: confusing message about ignored files on add

On Mon, 2009-06-15 at 00:56 +0000, Jonathan Lange wrote:
> bzr cbranch lp:~jspashett/bzr/76616_ignored_on_add_confusing
> bzr: ERROR:
> KnitPackRepository('file:///home/jml/repos/bzr/.bzr/repository/')
> is not compatible with
> RemoteRepository(bzr+ssh://bazaar.launchpad.net/%
> 7Ejspashett/bzr/76616_ignored_on_add_confusing/.bzr/)
> different rich-root support
> HPSS calls: 10 (0 vfs) SmartSSHClientMedium(connected=False,
> username=u'jml', host='bazaar.launchpad.net', port=None)
> jml@truth:~/src/bzr$

bzr info
http://bazaar.launchpad.net/~jspashett/bzr/76616_ignored_on_add_confusing
Repository branch (format: rich-root-pack)
...

Looks like jspashett has upgraded their branch to rich root, which stops
anyone that hasn't migrated yet working with it.

You should be able to do a 'bzr diff -r x..y' from the branch to get a
plain diff and apply it.

-Rob