9

does anyone know how to exclude .svn folders with Robocopy? I want to copy all folders but I want to prevent to copy the subversion folders that svn creates.

Any ideas on this?

Thanks in advance.

Teun Pronk
  • 1,367
  • 12
  • 24

1 Answers1

24

The /xd ".svn" folder exclusion should help in your case.

Michael
  • 8,920
  • 3
  • 38
  • 56