Message10308

Author MikeHoward
Recipients
Date 2009-08-10.20:52:19
Content
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.
History
Date User Action Args
2009-08-10 20:52:20MikeHowardsetmessageid: <1249937540.23.0.204376393218.issue1788@selenic.com>
2009-08-10 20:52:20MikeHowardlinkissue1788 messages
2009-08-10 20:52:19MikeHowardcreate