[smartmontools-support] svn Id 4609 missing from 179532 byte drivedb.h fetched by update-smart-drivedb ?

Bill Day bill.day at duke.edu
Thu Nov 9 22:47:49 CET 2017


All,

I think (svn) $Id$ 4609 missing around line 75 of  179532 byte drivedb.h 
fetched by update-smart-drivedb

/*
const drive_settings builtin_knowndrives[] = {
  */
   { "$Id$",
     "-", "-",
     "This is a dummy entry to hold the SVN-Id of drivedb.h",
     ""
   },

Expected something like that in drivedb.h.old:

>   { "$Id: drivedb.h 4591 2017-11-04 22:40:53Z chrfranke $",

Details below.
-Thanks, Bill Day


May or may not have happened after I did a brew upgrade smartmonttols from 
6.5 to 6.6 on osx 10.11 apple laptop.

Website says:

/smartmontools/code - Revision 4609: 
/branches/RELEASE_6_6_DRIVEDB/smartmontools

https://svn.code.sf.net/p/smartmontools/code/branches/RELEASE_6_6_DRIVEDB/smartmontools/drivedb.h

But the 4609 rev-id did not get into the drivedb.h file. The id 4591 was 
in my previous drivedb.h file, as seen below.

bash-3.2$ ls -l
total 1416
-rw-r--r--  1 ttsadmin  admin  179532 Nov  9 16:24 drivedb.h
-rw-r--r--  1 ttsadmin  admin  179580 Nov  5 10:21 drivedb.h.old
-rw-r--r--  1 ttsadmin  admin  179580 Nov  9 16:35 
drivedb.h.old-4591-svn-id.txt
-rw-r--r--  1 ttsadmin  admin  179532 Nov  9 16:24 drivedb.h.raw
-rw-r--r--  1 ttsadmin  admin     455 Nov  9 16:24 drivedb.h.raw.asc
bash-3.2$ diff drivedb.h drivedb.h.old
78c78
<   { "$Id$",
---
>   { "$Id: drivedb.h 4591 2017-11-04 22:40:53Z chrfranke $",
bash-3.2$

-- 




More information about the Smartmontools-support mailing list