Subject: Re: othersrc
To: None <current-users@NetBSD.ORG>
From: Geoff Wing <mason@primenet.com.au>
List: current-users
Date: 06/11/1998 22:45:23
Perry E. Metzger <perry@piermont.com> typed:
:Curt Sampson writes:
:> > You aren't missing much. It probably should be ditched.
:> What about our patches to CVS to make it use the $NetBSD$ tag?
:I believe those are in RCS, not in CVS.

Patches to CVS?  Why?  You could do it in cvswrappers along the lines of:
*.c     -f 'idtonetbsd %s' -t 'netbsdtoid %s %s'

% cat idtonetbsd
#!/bin/sh
mv $1 $1.$$
sed 's/[$]Id:/$NetBSD:/' < $1.$$ > $1
rm $1.$$

% cat netbsdtoid
#!/bin/sh
sed 's/[$]NetBSD:/$Id:/' < $1 > $2

-- 
Geoff Wing   <gcw@pobox.com>            Mobile : 0412 162 441
Work URL: http://www.primenet.com.au/   Ego URL: http://pobox.com/~gcw/