Comment 18 for bug 632704

Revision history for this message
Vincent Ladeuil (vila) wrote : Re: After upgrading from 1.10 to 2.2.0 I get "unversioned parent" on one particular repository

Got it:

$ bzr init --format=pack-0.92 trunk
$ cd trunk
$ mkdir dir
$ mkdir dir/sub
$ mkdir dir/sub/subsubdir
$ echo 'file content' >dir/sub/subsubdir/file
$ bzr add
$ bzr commit -m 'Initial content'
$ cd ..
$ bzr checkout -r1 trunk branch
$ cd trunk
$ rm -fr dir/sub
$ bzr commit -m 'Remove sub'
$ cd ../branch
$ rm -fr dir/sub/subsubdir
$ bzr st
$ bzr update