This is a low frequency event, but a real pain in the butt.
At least one of my hg repositories was corrupted after purchasing a new
macbook and using Apple's automatic copy-your-old-system-to-your-new-one.
Specifically, about 6 files beginning with ._ are missing. These are mostly
named ._ds_store.i and ._bridgesort. [they probably shouldn't have been
there to begin with, but I was new to mercurial]. They are in a backup I
made using 'cp'. [All other dot files seem to be OK - so it's obviously
something in Apple's strange mind]
I tried restoring them by copying from the backup copy on the external disk,
but 'hg verify' is still upset.
Suggest considering an alternate naming convention which avoids leading dot's.
I've a call into Apple to try to find out what is going on from their point
of view. |