开发者

How to query CVS for "what have I committed to module M branch B in the last D days?"

开发者_StackOverflow社区

How to query CVS for "what have I committed to module M branch B in the last D days?"


This works for me with a test repository:

# your args:  B=branch tag
#             |      D=days
#             |      |       M=module
#             |      |       |
cvs rlog -S -rB -d'>-D days' M

You would probably want to filter or reformat the report - depends what you're looking for.

Based on Cederqvist.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜