clean up svn directory

Use this command to clean up all .svn folders and contents from an svn directory:

find . -name ".svn" -exec rm -rf {} \;

1 Comment on “clean up svn directory

  1. One could simply use the 'svn export' to extract everything except the .svn content from the WC to a new directory.The advantages being the platform independence, and the WC is kept intact.

Leave a Reply

Your email address will not be published. Required fields are marked *

Please reload

Please Wait