从命令提示符执行 SVN 清理 [英] Executing SVN cleanup from command prompt

查看:52
本文介绍了从命令提示符执行 SVN 清理的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想从命令提示符执行 SVN 清理.但是,我无法在根文件夹上执行此操作,因为清理需要很长时间,其次,机器内存不足.

I want to execute SVN cleanup from the command prompt. However, I cannot do it on the root folder since it takes long time to cleanup, and secondly, the machine runs out of memory.

我有 60 多个文件夹,必须对其执行清理.我写了一个脚本,一次选择一个文件夹并清理它.

I have 60+ folders on which cleanup has to be executed. I have written a script that picks one folder at a time and cleans it.

问题是每次清理后都会弹出提示清理成功的提示.但是这个弹出消息会阻止脚本的执行,直到我按下 OK 为止.

The problem is that after each cleanup, there is a pop-up message stating that cleanup has succeeded. But this pop-up message blocks the execution of the script until I press OK on it.

如果清理成功,是否可以选择不弹出此消息?

Is there a option to not have this pop-up message if the cleanup succeeds?

推荐答案

Try option --non-interactive (: do no interactive prompting):

Try option --non-interactive (: do no interactive prompting):

svn cleanup --non-interactive

这篇关于从命令提示符执行 SVN 清理的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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