Showing posts with label svn. Show all posts
Showing posts with label svn. Show all posts

26 April 2011

Remove SVN files from a project

From within the project directory, run the following shell command:
find ./ -iname *.svn* -print0 | xargs -0 /bin/rm -rf