How can I delete all unversioned/ignored files/folders in my working copy?

前端 未结 12 1913
忘掉有多难
忘掉有多难 2020-11-28 19:06

If I have a working copy of a Subversion repository, is there a way to delete all unversioned or ignored files in that working copy with a single command or tool? Essential

12条回答
  •  眼角桃花
    2020-11-28 19:56

    you can't delete them with just SVN command line (not sure about GUI tools though) if you are under linux system this might help:

    http://www.guyrutenberg.com/2008/01/18/delete-unversioned-files-under-svn/

    The other (brutal) method is to commit changes, delete all from folder and checkout again.

提交回复
热议问题