How to Display CVS Log Messages Chronologically
Join the DZone community and get the full member experience.
Join For FreeYes, I sometimes still use CVS. And I just found out that it is incapable of displaying the logged commit messages in chronological order. It can only show them for each file, with the resulting duplicates and all-around chaos if you do this for every file in a module. Thankfully, there is a way around this. A tool called cvs2cl.pl converts the cvs log output into something readable.
From http://2ality.blogspot.com/2010/06/how-to-display-cvs-log-messages.html
Chaos
Commit (data management)
Convert (command)
Opinions expressed by DZone contributors are their own.
Trending
-
Top Six React Development Tools
-
Designing a New Framework for Ephemeral Resources
-
RAML vs. OAS: Which Is the Best API Specification for Your Project?
-
Send Email Using Spring Boot (SMTP Integration)
Comments