Recursively diff two directories and exclude folders; SVN diff
Exclude .svn folders when diffing two directories.
diff --exclude=".svn" -rq ~/mounts/www.example.com/ /var/www/www.example.com/
Exclude .svn folders when diffing two directories.
diff --exclude=".svn" -rq ~/mounts/www.example.com/ /var/www/www.example.com/
5 comments
You are awesome.
Congratulations sir, your coolPoints are now ++
thank you
I am having cade in my machine including .svn folder. Now I want to copy the whole folder structure to linux machine using WGET. How to exclude the .svn folders during WGET???
thanks
Thanks!
Leave a Reply