Re: Getting a list of files from CVS according to date
Larry Jones <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
mrguy123 writes: > > I am trying to get a list of files from CVS after a certain date. > For example, all the files that were added after 08/08/2009. I just need the > names of the files, not the content. The following command will list all the files with some kind of log message on or after that date: cvs rlog -RS -d'2009-08-08' module -- Larry Jones I always have to help Dad establish the proper context. -- Calvin