On Thu, Aug 23, 2007 at 08:17:48PM -0700, Mike Kupfer wrote: > I appreciate the testing and feedback, and I'll see what I can do to > make the script more robust. But please keep in mind that wx2hg is > intended as a short-term migration aid.
Sure, of course. > John> wx2hg: can't rename: usr/src/uts/intel/io/i8254.c doesn't exist. > John> > John> This is where I give up... > > Did you do "hg -R /export/build/johnlev/matrix-hg update -C" before > rerunning wx2hg? Nope... once I did that things were a bit better: ... 3-way merge: usr/src/cmd/boot/scripts/root_archive.ksh patch: **** Only garbage was found in the patch input. 2 files to edit ... I think I was missing a delta from my real parent in the files that did this, probably my fault. ... new file: usr/src/cmd/devprop/Makefile cp: cannot create /export/build/johnlev/matrix-hg/usr/src/cmd/devprop/Makefile: No such file or directory ... The script seems to be missing some 'mkdir' action. > Or I could change the rename error handler to see if the file exists as > the new name and suggest that you rerun after doing "update -C". This sounds reasonable to me. thanks, john