Dennis Schridde schreef: > Am Samstag, 8. März 2008 19:40:11 schrieb Giel van Schijndel: >> Author: muggenhor >> Date: Sat Mar 8 19:40:07 2008 >> New Revision: 3959 >> >> URL: http://svn.gna.org/viewcvs/warzone?rev=3959&view=rev >> Log: >> Convert the 'body.txt' stats to the SQLite database >> >> Added: >> trunk/data/stats-sql/body-data.sql (with props) >> Modified: >> trunk/data/stats-sql/stats.db > What's the current status of that binary blob in svn?
Well plainly put: autogenerating that blob will be very painful for all the buildsystems. I currently do it like this: > rm -f stats.db && cat *-data.sql | sqlite3 stats.db This will at least require the 'sqlite3' CLI executable to be available when building, and IMO that's something which we shouldn't make a requirement if possible. > There were some objections by (eg.) Per, did you convince him? > If yes, how? (Since I want to be convinced, too. ;) ) AFAIK the objections by Per where to have the binary blob as the _only_ revision controlled source for the database, he wanted to have the SQL under revision control. -- Giel
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Warzone-dev mailing list [email protected] https://mail.gna.org/listinfo/warzone-dev
