本文介绍了在 TortoiseSVN 日志中,我可以使用什么正则表达式来搜索*不是*特定作者的条目?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在查看 TortoiseSVN 中特定分支的日志消息.我们有一个自动化的构建过程,它使用作者builder"定期提交到分支.
I'm looking at the log messages for a particular branch in TortoiseSVN. We have an automated build process which has commits regularly to the branch using the author "builder".
在 TortoiseSVN 搜索框中,您可以按作者进行过滤,也可以使用正则表达式……我可以使用什么搜索表达式来显示作者builder"未提交的所有日志消息?可能吗?
In the TortoiseSVN search box, you can filter by authors and you can use regular expressions... what search expression can I use to show all the log messages not committed by author "builder"? Is it possible?
推荐答案
将 !(builder) 添加到过滤器框
add !(builder) to the filter box
善良,
丹
这篇关于在 TortoiseSVN 日志中,我可以使用什么正则表达式来搜索*不是*特定作者的条目?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!