cvs rlog not working as expected
Guillaume Bilodeau <[email protected]> Wed, 28 Mar 2012 10:34:31 -0400
| Newsgroups | gmane.comp.version-control.cvs.general |
|---|---|
| Message-ID | <CAOr8G3PmW3D8y6TbK_J4gHR4qz5+OqdXq5kOt-_E54BsjByfSg@mail.gmail.com> |
Hi all, 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, GB