info-cvs
[Top][All Lists]
Advanced

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

Re: How to take files _after_ some date


From: Larry Jones
Subject: Re: How to take files _after_ some date
Date: Wed, 23 Feb 2005 12:26:43 -0500 (EST)

Mike Duganets writes:
> 
> I read man but I can't solve problem in this way.
> My problem is that I whant to list files (e.g. 10 from 1000),
> futhermore, to copy it.

Try something like:

        cvs log -hS -d'0:00<' | grep '^Working file: '

(Note that, due to the vagaries of getdate(), "today" means the same
thing as "now" rather than the beginning of the day as one might
expect.)

-Larry Jones

Mr. Subtlety drives home another point. -- Calvin




reply via email to

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