First, make sure we remove .svn
folders and files from tracking by adding a new line ".svn/
" to our .gitignore
file.
Next, we will find all folders that are named .svn
and for each folder found remove all files contained within it. Note the only difference between …