How can I delete all unversioned/ignored files/folders in my working copy?
Posted
by Nick Meyer
on Stack Overflow
See other posts from Stack Overflow
or by Nick Meyer
Published on 2010-05-10T15:18:57Z
Indexed on
2010/05/10
15:24 UTC
Read the original article
Hit count: 208
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? Essentially, I'm looking for the SVN analogue to git clean
.
Either a command line or GUI solution (for TortoiseSVN) would be acceptable.
© Stack Overflow or respective owner