bk2hg

Matt Mackall mpm at selenic.com
Fri Jul 1 15:22:38 CDT 2005


On Fri, Jul 01, 2005 at 09:02:24PM +0200, Vadim Lebedev wrote:
> 
> Hello,
> 
> Finally i  made bk to hg convertor work...
> 
> You launch it with:
> 
> 'convert-repo-bk  bkdir  hgdir  -'
> 
> It will create the hgdir and hgdir.map file and will convert from bk to 
> mercurial format...
> 
> There is one misterious problem...  After the conversion process i go to 
> hgdir
> and do 'hg status', and it shows me all files with '?'...  the files are 
> present in the manifest...
> and the working directory  contents is  identical to the original bk 
> directory...
> so i have to do bk commit -A -t"Import from bk" 
> to normalize the situation.
> 
> I suspect there is a problem with rawcommit

You probably want to just do an 'hg co -f' at the end. This will get you
an up-to-date dircache.

-- 
Mathematics is the supreme nostalgia of our time.


More information about the Mercurial mailing list