Smarter Software

Removing a Project from Subversion

Posted: September 6th, 2009 | Author: César Naranjo | Filed under: Uncategorized | 1 Comment »

Whenever i have had to remove (uncheckout) a project from subversion control I use the following command. I assume there is a better way or more correct way. I would suggest you first run the find command within the back-ticks to make sure it is listing the correct files.


rm -Rf `find . | grep "\.svn$"`


One Comment on “Removing a Project from Subversion”

  1. 1 Ludwig said at 1:33 pm on February 6th, 2010:

    Hi there,

    I personally do prefer the following command:
    git rm file

    Best,
    ludwig


Leave a Reply

  • Powered by WP Hashcash