Does anyone know how to exclude .svn folders with Robocopy? I want to copy all folders, but I want to prevent copying subversion folders that svn creates.
Any ideas on this?
Thanks in advance.
Excluding the /xd ".svn" should help in your case.
/xd ".svn"