cvstortoisecvs

Get CVS history for a particular user


How do I get the history of commits that have been made to the repository for a particular user?

I am able to access CVS either through the command line or TortioseCVS, so a solution using either method is sufficient.


Solution

  • cvs history -u username
    

    gives a history of changes the user has made