Oct 24 2011

Comment by Seth Spearman on Powershell: How to recursivelly delete all svn files

OK...thanks for the clarification ; / )
Oct 24 2011

Comment by Seth Spearman on Powershell: How to recursivelly delete all svn files

Keith, both you and stej included the -recurse argument in the remove-item cmdlet. Is that really necessary? I tried it without and it worked which seems logical since remove-item is going to operate on what it is passed through the pipeline? But the fact that both of you included it in your example gives me pause. Am I missing something or am I right that the second recurse is not needed? Seth