문제

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