Damn Mac's dot-underscore (AppleDot) problem
I encountered this problem when using a Ubuntu share that was mounted with Finder. It makes '._'-copies of every file in the tree and if you're not careful enough, they end up in your version control, too. `find . -iname '._*' -exec rm -rf {} \;` did the trick for me. (And adding a '._*'-pattern to .hgignore file.)
1 other user has commented on this bookmark
| Name | Title | Rating | When | |
|---|---|---|---|---|
| gwik | Damn Mac's dot-underscore (AppleDot) problem - Jim Plush'... |
Not rated yet.
|
May 11, 2007 | |
dot undercore problem |
||||
