Pergunta

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.

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top