cvs rlog not working as expected against a branch

岁酱吖の 提交于 2019-12-11 19:55:05

问题


Version info: Client: Concurrent Versions System (CVSNT) 2.0.4 (client/server) Server: Concurrent Versions System (CVS) 1.11.22-FCDQ_LEGO-2.2 (client/server)

The "portailInt" module is stored on the CVS repository. Branch "d-chg00014229_op_brc_preimp-op-2012-02-27" was created on February 27th 2012 and many changes have been committed to this branch since then.

When running the following command: cvs rlog -S -rd-chg00014229_op_brc_preimp-op-2012-02-27 -d"01 Mar 2012 00:00:00 -0400 < 31 Mar 2012 00:00:00 -0400" portailInt

I receive the following output: cvs rlog: Logging portailInt

I was expecting to see logs for all files changed between March 1st and March 31st for this module's branch. Why am I not seeing this?

Thanks a bunch.

Update: Removing the -S switch seems to show a lot more output...


回答1:


Removing the -S switch is showing the expected output.



来源:https://stackoverflow.com/questions/9909805/cvs-rlog-not-working-as-expected-against-a-branch

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!