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.

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top