[OPEN-ILS-DEV] Holdings Import Program

2007-11-14 Thread Travis Schafer
Following a conversation with Jason yesterday (yeah, I'm trying to use him as an excuse for barging in on the list... sorry Jason), I thought that I would post the attached program here. It's a small C program that I whipped up to import holdings information to Evergreen from a MARC XML file.

Re: [OPEN-ILS-DEV] PATCH: utils.[ch] (const correctness)

2007-11-14 Thread Mike Rylander
On Nov 11, 2007 9:10 PM, Scott McKellar [EMAIL PROTECTED] wrote: These patches apply the const qualifier to several function parameters. In two cases, they also replace an empty parameter list with void. Scott, I've individually eyeballed all of your current outstanding patches, from PATCH:

Re: [OPEN-ILS-DEV] Holdings Import Program

2007-11-14 Thread Dan Scott
On 14/11/2007, Travis Schafer [EMAIL PROTECTED] wrote: Following a conversation with Jason yesterday (yeah, I'm trying to use him as an excuse for barging in on the list... sorry Jason), I thought that I would post the attached program here. It's a small C program that I whipped up to

Re: [OPEN-ILS-DEV] Holdings Import Program

2007-11-14 Thread Travis Schafer
Dan, If you think it's worth submitting, I'll be more than happy to attach the DcO...waddya think? --TS Dan Scott [EMAIL PROTECTED] 11/14/2007 10:10 AM On 14/11/2007, Travis Schafer [EMAIL PROTECTED] wrote: Following a conversation with Jason yesterday (yeah, I'm trying to use him as

Re: [OPEN-ILS-DEV] Holdings Import Program

2007-11-14 Thread Bill Erickson
Dan Scott wrote: On 14/11/2007, Travis Schafer [EMAIL PROTECTED] wrote: Thanks for the code, Travis! [snip] This looks really nice, actually - it's always good to have examples of well-documented code that make the import process more explicit! As xmlReadFile() reads the whole XML

Re: [OPEN-ILS-DEV] PATCH: utils.[ch] (const correctness)

2007-11-14 Thread Scott McKellar
--- Mike Rylander [EMAIL PROTECTED] wrote: On Nov 11, 2007 9:10 PM, Scott McKellar [EMAIL PROTECTED] wrote: These patches apply the const qualifier to several function parameters. In two cases, they also replace an empty parameter list with void. Scott, I've individually eyeballed

Re: [OPEN-ILS-DEV] oils_utils.h et alia

2007-11-14 Thread Scott McKellar
--- Bill Erickson [EMAIL PROTECTED] wrote: Mike Rylander wrote: On Nov 14, 2007 12:00 AM, Scott McKellar [EMAIL PROTECTED] wrote: Where is oils_utils.h supposed to reside? ...and where or what is the openils directory? In ils/trunk/ the only file by named oils_utils.h is in

Re: [OPEN-ILS-DEV] oils_utils.h et alia

2007-11-14 Thread Dan Scott
On 14/11/2007, Scott McKellar [EMAIL PROTECTED] wrote: --- Bill Erickson [EMAIL PROTECTED] wrote: Mike Rylander wrote: On Nov 14, 2007 12:00 AM, Scott McKellar [EMAIL PROTECTED] wrote: Where is oils_utils.h supposed to reside? ...and where or what is the openils directory?

Re: [OPEN-ILS-DEV] oils_utils.h et alia

2007-11-14 Thread Bill Erickson
Dan Scott wrote: On 14/11/2007, Scott McKellar [EMAIL PROTECTED] wrote: --- Bill Erickson [EMAIL PROTECTED] wrote: Mike Rylander wrote: On Nov 14, 2007 12:00 AM, Scott McKellar [EMAIL PROTECTED] wrote: Where is oils_utils.h supposed to reside? ...and where or what

Re: [OPEN-ILS-DEV] PATCH: utils.[ch] (const correctness)

2007-11-14 Thread Scott McKellar
--- Mike Rylander [EMAIL PROTECTED] wrote: Long helpful explanation snipped Let me summarize my understanding of how to get you a cumulative patch file and then you can tell me how close I am. 1. Do a svn co ... to check out the most current stuff from the repository. I do that every few