Hi folks,
Today a new Subversion tips: How to remove from the SVN base deleted files (by rm command).
[pene@donunix] svn status | grep '^\!' | sed 's/! *//' | xargs -I% svn rm %
SVN : remove all deleted files
tags :
shell-script,
svn
Subscribe to:
Post Comments (Atom)
2 comments:
Thanks! Just what I needed.
Really thanks! Helped me a lot.
Post a Comment