有没有列出SVN冲突的命令? [英] Is there a command to list SVN conflicts?

查看:25
本文介绍了有没有列出SVN冲突的命令?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有人知道一个 SVN 命令来列出当前 repo 和工作副本之间的冲突?

Does anyone know an SVN command to list current conflicts between the repo and the working copy?

谢谢

推荐答案

在 Linux 上,如果您只想查看冲突,请通过 grep 管道状态.

On Linux, if you want to see only the conflicts, pipe the status through grep.

svn status | grep -P '^(?=.{0,6}C)'

这篇关于有没有列出SVN冲突的命令?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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