I want to get a list of all the commits for a module in cvs without checking this module. Is it possible? If so, how?
I can use the cvs log command as follows:
cvs log > commitlog.txt
but this only works for the already tested module from which I run the command. I want to be able to get the log for a module without checking it.
cvs
CodeAndCats
source share