[asterisk-dev] Re: [svn-commits] kpfleming: branch 1.4 r2334 - /branches/1.4/

Tzafrir Cohen tzafrir.cohen at xorcom.com
Fri Mar 23 03:18:40 MST 2007


On Fri, Mar 23, 2007 at 01:43:26AM -0000, svn-commits at lists.digium.com wrote:
> Author: kpfleming
> Date: Thu Mar 22 20:43:26 2007
> New Revision: 2334
> 
> URL: http://svn.digium.com/view/zaptel?view=rev&rev=2334
> Log:
> remove pointless file ID lines

Why are the file IDs pointless?

tzafrir at boole:~/Proj/Asterisk/DigiumRW/zaptel/branches/1.2$ ident xpp/*.ko
xpp/xpd_fxo.ko:
     $Id: card_fxo.c 2243 2007-02-28 00:05:59Z tzafrir $

xpp/xpd_fxs.ko:
     $Id: card_fxs.c 2239 2007-02-27 06:14:18Z tzafrir $

xpp/xpp.ko:
     $Id: xbus-core.c 2257 2007-03-01 19:29:12Z tzafrir $
     $Id: xpp_zap.c 2239 2007-02-27 06:14:18Z tzafrir $
     $Id: xproto.c 2239 2007-02-27 06:14:18Z tzafrir $
     $Id: card_global.c 2239 2007-02-27 06:14:18Z tzafrir $

xpp/xpp_usb.ko:
     $Id: xpp_usb.c 2239 2007-02-27 06:14:18Z tzafrir $

tzafrir at boole:~/Proj/Asterisk/DigiumRW/zaptel/branches/1.2$ grep rcsid xpp/*.[ch]
xpp/card_bri.c:static const char rcsid[] = "$Id: card_bri.c 2243 2007-02-28 00:05:59Z tzafrir $";
xpp/card_fxo.c:static const char rcsid[] = "$Id: card_fxo.c 2243 2007-02-28 00:05:59Z tzafrir $";
xpp/card_fxs.c:static const char rcsid[] = "$Id: card_fxs.c 2239 2007-02-27 06:14:18Z tzafrir $";
xpp/card_global.c:static const char rcsid[] = "$Id: card_global.c 2239 2007-02-27 06:14:18Z tzafrir $";
xpp/xbus-core.c:static const char rcsid[] = "$Id: xbus-core.c 2257 2007-03-01 19:29:12Z tzafrir $";
xpp/xpp_usb.c:static const char rcsid[] = "$Id: xpp_usb.c 2239 2007-02-27 06:14:18Z tzafrir $";
xpp/xpp_zap.c:static const char rcsid[] = "$Id: xpp_zap.c 2239 2007-02-27 06:14:18Z tzafrir $";
xpp/xproto.c:static const char rcsid[] = "$Id: xproto.c 2239 2007-02-27 06:14:18Z tzafrir $";
xpp/zap_debug.c:static const char rcsid[] = "$Id: zap_debug.c 1966 2007-01-25 10:48:33Z tzafrir $";

It does not include branch, but helps link the binary kernel module to 
the exact source files from which it was built with no real runtime overhead.

Does this seem useful?

(ident is part of the package rcs on my system, not to be confused with 
identify of ImageMagick, or indent. And full credit to Oron for this).

-- 
               Tzafrir Cohen       
icq#16849755                    jabber:tzafrir at jabber.org
+972-50-7952406           mailto:tzafrir.cohen at xorcom.com       
http://www.xorcom.com  iax:guest at local.xorcom.com/tzafrir


More information about the asterisk-dev mailing list