How to exclude .svn folders with robocopy

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.

+7
source share
1 answer

Excluding the /xd ".svn" should help in your case.

+22
source

All Articles