清除svn隱藏目錄

有時刪除 folder或檔案之類的動作很容易引發 svn 不同步的問題。一氣之下想要整個捲土重來的話,在Local目錄可以這樣做

find . -iname ".svn" -print0 | xargs -0 rm -r

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>