Remove SVN binding
By invoking the following powershell commands, svn binding can be removed effectively from the current source directory.
[gist]4726680[/gist]
It just traverses all the subdirectories of the current directory and remove its enclosed .svn directories. As a result, the associated svn bindings get removed.
Comments ()