quick howto
my collections of howtos
Showing posts with label
mac
.
Show all posts
Showing posts with label
mac
.
Show all posts
Monday, January 13, 2014
How to clean up svn repo from ._* (dot underscore) files on mac
This is how I do that:
$ find . -name ".svn" -prune -o -name "._*" -exec svn del {} \;
$ svn ci
Older Posts
Home
Subscribe to:
Posts (Atom)