Mike Lehmann wrote: > Hi, > > I want to get a list of all files in the repository which have a certain > tag. Currently I do it with: > > cvs rlog -r <tag> -R -S <module-name> > > But how to get the revisions as well? Thanks in advance! Try cvs ls -lR -r <tag> Tony