info-cvs
[Top][All Lists]
Advanced

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

How to use rcsdiff options in WinCVS : diff -I regexp


From: Yves Guerte
Subject: How to use rcsdiff options in WinCVS : diff -I regexp
Date: Wed, 7 Jul 2004 11:37:33 +0200

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




reply via email to

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