不要显示svn:外部人处于svn状态 [英] Don't show svn:externals in svn status

查看:182
本文介绍了不要显示svn:外部人处于svn状态的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经在存储库中创建了一个svn:external.除了svn status命令的输出,其他所有东西都可以正常工作.在输出中,有很多我不需要的信息:

I've made one svn:external in my repository. Everything works fine, except the output of the svn status command. In the output there is lot of information I don't need:

$ svn st
X      lib

Performing status on external item at 'lib'

我可以运行svn st --ignore-externals -q,并且可以将这一行放在一个小的脚本中,但是也许有更好的解决方案.如何查看工作副本的状态而又不查看有关外部的信息?

I can run svn st --ignore-externals -q and I can place this line in a small script, but maybe there is better solution. How can I see status of my working copy without seeing info about externals?

推荐答案

这似乎是忽略出现在svn status输出中的外部因素的正确方法.

That seems to be the proper way to ignore externals to appear in your svn status output.

参考:

http://svnbook.red-bean.com/en/1.4/svn.ref.svn.html

这篇关于不要显示svn:外部人处于svn状态的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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