Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
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