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

Reply via email to