bk import -tpatch

Len Brown <[email protected]> 10 Apr 2005 23:12:07 -0400
Newsgroups gmane.comp.version-control.bitkeeper.user
Message-ID <1113189126.2419.21.camel@d845pe>
I've tried twice to import the latest mm patch
on top of the 2.6.12-rc2 linux kernel tree,
but it fails.

$ bk import -tpatch wip.patch .

<prints out a bunch of file names and appears to exit>

[lenb@oak 26-latest-ref]$ bk sfiles -lg |wc
   1624    1624   40346

lenb@oak 26-latest-ref]$ diffstat wip.patch |tail
wip.patch

 sound/pcmcia/pdaudiocf/pdaudiocf.c                               |    9
 sound/pcmcia/vx/vx_entry.c                                       |    3
 sound/pcmcia/vx/vxpocket.c                                       |   20
 sound/sound_core.c                                               |   10
 sound/synth/emux/emux.c                                          |    3
 sound/synth/emux/emux_effect.c                                   |    6
 sound/usb/usbaudio.c                                             |   12
 sound/usb/usbmixer.c                                             |    6
 sound/usb/usx2y/usbusx2yaudio.c                                  |    6
 2064 files changed, 241685 insertions(+), 27991 deletions(-)

So it looks like it processed about 1600 of the 2000 files and then
exited.

clues?

thanks,
-Len