basic commad of svnbasic commad of svn atul sharmaatul sharma 0 Comments 7:17 am find . -type d -name .svn -print0 | xargs -0 rm -rf /* remove the svn folder from project */ ... Read FullRead Full