len wrote: > Hi! Is there a way for me to retrieve all changed sources file names > with reasons/comments? I need to create a history file of modified > sources and reasons. > You can parse the output of 'cvs log' to produce this. Something like cvs log -S -r tag1:tag2 Tony