List all the files checked-in in a single cvs commit

后端 未结 5 913
予麋鹿
予麋鹿 2021-02-07 13:26

Generally,our fixes/patches for any bugs involves changes in multiple files and we will commit all these files in a single shot.

In SVN, for each commit (may involve mul

5条回答
  •  天命终不由人
    2021-02-07 13:47

    Perhaps the ANT CvsChangeLog Task is another choice. See http://ant.apache.org/manual/Tasks/changelog.html . It provides date and time for a checkin message. You can produce nice reports with XSLT - try the example at the bottom of the ANT manual page.

    I know it's late for an answer, but perhaps other users come across this like I did (searching) and appreciate the ANT integration.

提交回复
热议问题