SVN is open-source revision control application ,each folder of your of your source code eceived from subversion repository has .svn folders so how to delete it all using linux command. its too simple : $ rm -rf `find . -type d -name .svn` this will remove all .svn folder beging from you current directory. hope [...]
Posts Tagged ‘svn’
Delete .svn folder Recursively
Posted in Uncategorized, tagged linux, svn on March 21, 2010 | 2 Comments »





