User Tools

Site Tools


tips:linux:rmmissingsvn
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


tips:linux:rmmissingsvn [2012/04/09 00:37] (current) – created erik
Line 1: Line 1:
 +====== Remove missing files with SVN? ======
  
 +The following command will //rm// all missing files from the current subversion repository:
 +
 +<code>
 +svn rm $( svn status | sed -e '/^!/!d' -e 's/^!//' )
 +</code>
tips/linux/rmmissingsvn.txt · Last modified: 2012/04/09 00:37 by erik