命令以递归方式删除Windows上的所有.svn目录 [英] Command to recursively remove all .svn directories on Windows

查看:188
本文介绍了命令以递归方式删除Windows上的所有.svn目录的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个目录有很多子目录。在每个文件夹中有一个subversion文件夹(.svn)。

I have a directory with many sub-directories. In each folder there is a subversion folder (.svn).

在Windows中是否有一个命令将通过每个文件夹和子目录并删除.svn文件夹?

Is there a command in windows that will go through each folder and sub-directory and delete the .svn folder?

还是我需要创建脚本还是手动执行?

Or will I have to create a script or do it manually?

推荐答案

使用 svn export 命令将Subversion工作副本导出到没有 .svn 目录的新干净目录结构中。

Use the svn export command to export a Subversion working copy into a new "clean" directory structure that doesn't have the .svn directories.

这篇关于命令以递归方式删除Windows上的所有.svn目录的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆