I've read the very informative line :
"-d dates        Specify dates (D1<D2 for range, D for latest before)."
but I probably did not understand it correctly, that's why I'm posting a
question.

When I write is:
CVS log -d 12/20/2001 12/22/2001
it returns an error message that 12/22/2001 is not a known directory

When I write is:
CVS log -d 12/20/2001 -d 12/22/2001
it returns the older log records.

I've tried:
CVS log -d "12/20/2001 < 12/22/2001"
And it gives the entire log

I cant write the "<" sign since it will mean a redirection of input, and
will not work.

So what is the correct command line?

Thanks,
Ayelet

"Gerhard Sittig" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> On Wed, Dec 26, 2001 at 12:20 +0200, Ayelet wrote:
> >
> > cvs log -d D1 -d D2 does not seem to work correctly, and it gives alot
of
> > overhead lines as well.
>
> Make sure you read and understand "cvs -H log", especially
> the comment next to the -d option. :)
>



_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to