Search Results

2
votes

Does anyone know the CVS command line options to get the details of the last check in?

CVS doesn't group change sets like other version control systems do; each file has its own, independent version number and history. This is one of the deficiencies in CVS that prompts people to mov …