powershell - How can I remove SVN directories after a confirmation prompt? -
I want to be able to remove .SVN folders from a directory.
I've been found in the registry hack that allows you to do this ...
However, one thing that I have about this solution It does not like that it does not confirm it. I want to do what this CMD script does, but there is a confirmation signal first.
Any ideas at all?
Edit I understand that the SVN export does not copy the untrue files, this is the reason why I ask for it.
Seth
You can use the subversion command line and run Svn export
If you are using Tortoise SNN, you can use it.
Comments
Post a Comment