Logo

Web, mobile, programming problem solving

DOS delete all svn related folders or files

By admin - Last Upadate: Friday, March 3, 2017 - Save & Share - Leave a Comment

Run the command on the dir which contains the versioned files or folders.

for /d /r . %d in (.svn) do @if exist “%d” rd /s/q “%d”



Posted in Random • • Top of Page

Wirte a comment

  Name

  Email (will not be published)

  Website

Captcha: 8 + nine =