How to remove all .svn directories from my application directories

前端 未结 11 2582
臣服心动
臣服心动 2020-12-04 04:26

One of the missions of an export tool I have in my application, is to clean all .svn directories from my application directory tree. I am looking for a recursiv

11条回答
  •  無奈伤痛
    2020-12-04 05:25

    There are already many answers provided for deleting the .svn-directory. But I want to add, that you can avoid these directories from the beginning, if you do an export instead of a checkout:

    svn export 
    

提交回复
热议问题