I was just reading the pd/src/CHANGELOG.txt and saw this:
"I'm now uploading directly to CVS repository ("main" and "stable_0_38" branches.) There are still problems keeping CVS's and my versions of portaudio the same (CVS bashes the "ident" lines)."
I am assuming this is about these lines: * $Id: pa_asio.h,v 1.8 2005/05/18 04:28:33 millerpuckette Exp $
You can prevent cvs from modifying these lines by adding "-kb", that turns off keyword replacement (CVS keywords are $Id$, $Revision$, etc.). I propose to add this to the CVSROOT/cvswrappers so that is happens automatically. I think this should do it, but I am not positive about how the directory pattern will be matched:
portaudio/* -k 'b' portaudio_osx/* -k 'b' portaudio_v18/* -k 'b'
At worst, it would just prevent keyword expansion somewhere where its desired (AFAIK).
.hc
________________________________________________________________________ ____
"[W]e have invented the technology to eliminate scarcity, but we are deliberately throwing it away to benefit those who profit from scarcity." -John Gilmore
You can prevent cvs from modifying these lines by adding "-kb", that turns off keyword replacement (CVS keywords are $Id$, $Revision$, etc.). I propose to add this to the CVSROOT/cvswrappers so that is happens automatically. I think this should do it, but I am not positive about how the directory pattern will be matched:
yes, please ...
makes it much easier to see the actual differences :)
cheers ... tim