[PD-dev] stopping CVS from "bashing ident lines" in portaudio sources

Hans-Christoph Steiner hans at eds.org
Fri May 20 20:32:19 CEST 2005


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/enriched
Size: 1152 bytes
Desc: not available
URL: <http://lists.puredata.info/pipermail/pd-dev/attachments/20050520/4ee46ba1/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2353 bytes
Desc: not available
URL: <http://lists.puredata.info/pipermail/pd-dev/attachments/20050520/4ee46ba1/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 186 bytes
Desc: This is a digitally signed message part
URL: <http://lists.puredata.info/pipermail/pd-dev/attachments/20050520/4ee46ba1/attachment.pgp>


More information about the Pd-dev mailing list