Dwayne Miller wrote: > I'm trying to get a list of files that have been modified after a > certain date, but I cannot find a command that does that. > > The log command looks like it should work, but when I try it, I get all > of the file names in the repository, and those that have been modified, > I receive some extra revision information. > > So, the question is... is there a way to retrieve a list of only those > files that have been committed after a certain date? > Use the history command:
eg. cvs history -c -D "last week" Tony _______________________________________________ Cvsnt mailing list [EMAIL PROTECTED] http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
