I want to do a diff between multiple files (that appear modified in WinCVS)
and the repository.
I have a huge amount of files that have only differences like:
< #$RCSfile: toto.cml,v $

---

> #$RCSfile: toto_gcc.cml,v $

Within WinCVS I have coped with the CVS keywords with the "diff -ko" option
but RCS keywords still exist.
Within a shell, I used:
    diff -I '$Id:[^\$]*\$' -I '$Revision:[^\$]*\$' -I '$Date:[^\$]*\$' -I
'$RCSfile:[^\$]*\$'
But I want to do it inside WinCVS and it does not work neither with the
internal diff,
nor calling the external diff (Cygwin one): the returned status is not got
by WinCVS.

Within WinCVS, the simple -I '#.*' does not work !
Do you have any idea ?

Thanks in advance,
Yves


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

Reply via email to