开发者

copy folder structure without .svn folders

开发者 https://www.devze.com 2023-03-05 11:56 出处:网络
Could someone help me with the script for copying all folders 开发者_如何学编程from project structure without .svn folders ? Thanks for any helpYou simply need exclude do you?

Could someone help me with the script for copying all folders 开发者_如何学编程from project structure without .svn folders ? Thanks for any help


You simply need exclude do you?

copy-item $source -destination $dest -exclude *.svn -recurse


that doesnt seem to work (at least on my machines). See : Exclude list in PowerShell Copy-Item does not appear to be working for a solution that works for me (swap out the exlcudes obviously)

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号