[plt-scheme] How to move serialized data from one machine to another?

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Sat Sep 23 16:51:45 EDT 2006

At Sat, 23 Sep 2006 22:17:00 +0200, Jens Axel Søgaard wrote:
> Opening the serialized file I can see that the following path occurs 
> multiple times:
> 
> (file
> C:\\Programmer\\plt\\collects\\web-server\\default-web-
> root\\servlets\\search\\indexer.scm")
> 
> On the Linux machine the proper path is
> 
>      home/soegaard/domains/scheme.dk/web-root/servlets/search/indexer.scm
> 
> I tried hand editing the file, but it didn't work (but maybe I made a 
> mistake during editing).
> 
> Note: This is on version 301.

I think I fixed a bug between v301 and v352 with absolute paths in
serialized data.

> (For some reason my indexer crashes on
> v352, but I can't figure out exactly what causes the crash).

What kind of crash? (If it's the "seg fault" kind of crash, I'd like to
help track down the problem.)

Thanks,
Matthew



Posted on the users mailing list.