bk2hg
Vadim Lebedev
vadim at mbdsys.com
Fri Jul 1 15:38:23 CDT 2005
Matt Mackall wrote:
>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.
>
>
>
it does not recognize -f... Did you mean -m?
Vadim
More information about the Mercurial
mailing list