What I'm really trying to do is share a repository between a 32-bit machine and a 64-bit machine, but the serializers are incompatible (64- bit fixnum vs. 32-bit fixnum). Thus I can't use postmodern as an intermediary. The only way to migrate production data to my test server is to have some architectural-netural intermediate format. This means I need export and import. Maybe I can adapt s-xml without too much work.

Ian


On Jul 28, 2008, at 9:11 AM, Leslie P. Polzer wrote:


Or s-exp.  Just something I can parse and manipulate with text-
oriented tools.  :)

Good for you, 'cause gp-export already has a sexp exporter.
There's no import, though.

_______________________________________________
elephant-devel site list
elephant-devel@common-lisp.net
http://common-lisp.net/mailman/listinfo/elephant-devel

_______________________________________________
elephant-devel site list
elephant-devel@common-lisp.net
http://common-lisp.net/mailman/listinfo/elephant-devel

Reply via email to