info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: list files that were committed since a specific date


From: Larry Jones
Subject: Re: list files that were committed since a specific date
Date: Tue, 10 Apr 2001 15:35:48 -0400 (EDT)

Dana Sharvit writes:
> 
> How do I list/export all files that were committed to the repository since a
> specific date?

Assuming you have an accurate history file, you can do something like:

        cvs history -cal -D'2001-01-01'

to get a list of files committed since a particular date.  There are no
provisions for selecting files to export based on commit date, but you
could export everything and then use find to delete any files older than
your specified date (CVS sets the timestamp to the last time the file
was committed on checkout or export).

-Larry Jones

There's a connection here, I just know it. -- Calvin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]