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 'Jun 30, 2000' top_level_module >
diffs.txt
I think this will only work on the trunk though.
Hope it helps.
-- steve
- Get a list of files committed on a certain date Veronica Lee
- Re: Get a list of files committed on a certain ... Matthias Kranz
- RE: Get a list of files committed on a certain ... Cameron, Steve
- RE: Get a list of files committed on a certain ... Keith Beattie
- cvs2cl.pl ?? Gerhard den Hollander
- Re: cvs2cl.pl ?? Matthias Kranz
