From: Robert R. <ri...@li...> - 2004-07-21 12:19:34
|
Hello, I have pslit the packages for debian, into a htdig (V. 3.1.6 - with a few patches), and a htdig3.2. At the moment, they do striclty conlfict with each other. This is because I don't want to rename all the scripts form thdig to htdig3.2 etc, which would complicate an upgrade. I know that the htdig-project is perthaps short on manpower, but nevertheless I have a few observations: - it is possible to run htdig -i, meaning that the update is full rather than incremental ('initial'). - if I use rundig -i, that option is passed to htdig (fine), but also to htpurge and htnotify which error out, since they don't know any option -i I have therefore adapted the 'rundig' script of htdig-3.1.6, and attach it here.. Please test.. Robert |
From: Lachlan A. <lh...@us...> - 2004-07-21 13:16:44
|
Greetings Robert, In 3.2.0b6, rundig automatically passes -i to htdig. If it didn't in 3.1, that may account for some of the criticisms of its speed. I have been meaning to make it optional, but didn't want to break any compatibility -- it looks like I don't have to worry about that. Unfortunately, the role of htmerge has changed between 3.1 and 3.2 -- after htdig, the script should now call htpurge instead, so I'm not sure if the 3.1.6 script will work as expected. Cheers, Lachlan On Wed, 21 Jul 2004 10:17 pm, Robert Ribnitz wrote: > I have a few observations: > > - it is possible to run htdig -i, meaning that the update is full > rather than incremental ('initial'). > - if I use rundig -i, that option is passed to htdig (fine), but > also to htpurge and htnotify which error out, since they don't > know any option -i > > I have therefore adapted the 'rundig' script of htdig-3.1.6, and > attach it here.. > > Please test.. > > Robert -- lh...@us... ht://Dig developer DownUnder (http://www.htdig.org) |
From: Gilles D. <gr...@sc...> - 2004-07-22 20:09:21
|
Yes, in both 3.1.6 and 3.2.0b6, and indeed as far back as I can recall, the standard rundig script bundled with ht://Dig (installed from installdir) has always passed -i to htdig by default. I have no problems with Robert's modified script, but be well aware that bundling this one will mean that the default action of rundig will change from what it was before. That could lead to a lot of user confusion. Mind you, there's already a lot of user confusion about rundig, so the question is whether and by how much this change will aggravate the confusion. ;-P On the plus side, Robert's script adds some flexibility to rundig, and makes its usage more consistent with htdig's (i.e. update by default, and use -i to reindex from scratch). According to Lachlan Andrew: > Greetings Robert, > > In 3.2.0b6, rundig automatically passes -i to htdig. If it didn't > in 3.1, that may account for some of the criticisms of its speed. I > have been meaning to make it optional, but didn't want to break any > compatibility -- it looks like I don't have to worry about that. > > Unfortunately, the role of htmerge has changed between 3.1 and 3.2 > -- after htdig, the script should now call htpurge instead, so > I'm not sure if the 3.1.6 script will work as expected. > > Cheers, > Lachlan > > On Wed, 21 Jul 2004 10:17 pm, Robert Ribnitz wrote: > > I have a few observations: > > > > - it is possible to run htdig -i, meaning that the update is full > > rather than incremental ('initial'). > > - if I use rundig -i, that option is passed to htdig (fine), but > > also to htpurge and htnotify which error out, since they don't > > know any option -i > > > > I have therefore adapted the 'rundig' script of htdig-3.1.6, and > > attach it here.. > > > > Please test.. > > > > Robert -- Gilles R. Detillieux E-mail: <gr...@sc...> Spinal Cord Research Centre WWW: http://www.scrc.umanitoba.ca/ Dept. Physiology, U. of Manitoba Winnipeg, MB R3E 3J7 (Canada) |
From: Lachlan A. <lh...@us...> - 2004-07-21 13:27:34
Attachments:
rundig-i
|
Greetings again, I should have offered a revised rundig in the previous email. See if the attached one suits your needs. (It needs to be configured -- put it in installdir/rundig before running ./configure) FWIW, another danger of the previous version is that it has comments listing the "minimal" set of files which must be kept -- this list should now include the .weakcmpr file(s?). It should probably not list the .work files, since they are automatically removed by rundig. Cheers, Lachlan On Wed, 21 Jul 2004 10:17 pm, Robert Ribnitz wrote: > I have therefore adapted the 'rundig' script of htdig-3.1.6, and > attach it here.. -- lh...@us... ht://Dig developer DownUnder (http://www.htdig.org) |