Question : CVS question - getting all changes of one user between two points in time

Sorry for the off topic, but I figured this would be the highest concentration of CVS users.

I want to get a list of all files changed by a particular user of a particular branch between two points in time.

Answer : CVS question - getting all changes of one user between two points in time

The cvs history command should give you what you need:

Usage: cvs history [-report] [-flags] [-options args] [files...]

   Reports:
        -T              Produce report on all TAGs
        -c              Committed (Modified) files
        -o              Checked out modules
        -m     Look for specified module (repeatable)
        -x [TOEFWUCGMAR] Extract by record type
        -e              Everything (same as -x, but all record types)
   Flags:
        -a              All users (Default is self)
        -l              Last modified (committed or modified report)
        -w              Working directory must match
   Options:
        -D       Since date (Many formats)
        -b        Back to record with str in module/file/repos field
        -f       Specified file (same as command line) (repeatable)
        -n In module (repeatable)
        -p      In repository (repeatable)
        -r    Since rev or tag (looks inside RCS files!)
        -t        Since tag record placed in history file (by anyone).
        -u       For user name (repeatable)
        -z         Output for time zone (e.g. -z -0700)
Random Solutions  
 
programming4us programming4us