User Tools

Site Tools


tips:linux:rmmissingsvn

Remove missing files with SVN?

The following command will rm all missing files from the current subversion repository:

svn rm $( svn status | sed -e '/^!/!d' -e 's/^!//' )
tips/linux/rmmissingsvn.txt · Last modified: 2012/04/09 00:37 by erik