RE: Get a list of files committed on a certain date

2000-07-05 Thread Keith Beattie
ne a try: cvs2cl.pl --stdout -S -g "-q" -l "-d'2 Jul 2000<3 Jul 2000'" | grep "*" ksb > -Original Message- > From: Veronica Lee [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 30, 2000 12:11 AM > To: [EMAIL PROTECTED] > Subject: G

Re: Get a list of files committed on a certain date

2000-07-03 Thread Matthias Kranz
On Fri, Jun 30, 2000 at 12:10:47AM -0700, Veronica Lee wrote: > Does anyone know by any chance how to get a list of files and their > paths committed on a certain date? For instance, in the following > output: > > dir_a/file_a > dir_b/file_b > dir_c/sub_a/file_aa > > I know that I can update th

Re: Get a list of files committed on a certain date

2000-06-30 Thread Cameron, Steve
Veronica Lee wrote: > Does anyone know by any chance how to get a list of files and their > paths committed on a certain date? For instance, in the following > output: > > dir_a/file_a > dir_b/file_b > dir_c/sub_a/file_aa How about something like this: cvs rdiff -s -D 'Jun 29, 2000' -D

Get a list of files committed on a certain date

2000-06-30 Thread Veronica Lee
Hello, Does anyone know by any chance how to get a list of files and their paths committed on a certain date? For instance, in the following output: dir_a/file_a dir_b/file_b dir_c/sub_a/file_aa I know that I can update the working copy to where it was on a certain date using sticky date tag,