Remove SVN unversioned files on Windows
The Subversion repository contains a very handy script svn-clean written by Simon Perreault in Perl which:
Wipes out unversioned files from SVN working copy
Here is equivalent Unix-like command based on utility programs from GnuWin32 package:
svn st --no-ignore | grep "[?I]" | awk "{print $2}" | sed "s/\\/\//g" | xargs rm -rf
Written by Mateusz Loskot
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Svn
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#