I use the following command to get the files which was modified after 2006-10-01

cvs his -x M -l -D 2006-10-01

I got the following result:

M 2006-10-25 00:05 +0000 tcl 1.8.2.3   a.c df/src   == <remote>
M 2006-10-29 17:55 +0000 tcl 1.8.2.4  a.c df/src   == <remote>

here ,we get two a.c.I only want to get one result like this:

M 2006-10-29 17:55 +0000 tcl 1.8.2.4  a.c df/src   == <remote>

thanks
_______________________________________________
info-cvs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/info-cvs

Reply via email to