condenseSources problem, need advice

Chris Muller afunkyobject at yahoo.com
Mon Feb 14 22:57:03 UTC 2005


After doing a condenseSources on a stock 3.7 full image, I am unable to open a
changes log.  I traced the problem down to 

  ChangeList>>browseRecentLogOn: origChangesFile startingFrom: initialPos 

where it sets the position of the stream for the now-tiny .changes file to the
value in the file after priorSource:, in this case, 21644118.  This causes
nextChunk to be nil and a UndefinedObject>>isSeparator not understood results.

This is actually my first time ever using this, I don't deeply understand what
it is doing here.  I arrived here after running into the changes file size
limit and wanting to try avoiding that.

Any suggestions are appreciated,
  Chris



More information about the Squeak-dev mailing list