<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1106" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Although Monticello versioning isn't being worked 
on (or used by many) right now, I've run into a bug that prevents me from using 
this otherwise very useful package.&nbsp; Any advice would 
appreciated.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I get this error while commiting changes to a 
remote repository 75% of the time.&nbsp;</FONT></DIV>
<DIV><FONT face=Arial size=2>It happens a minute or so after "accepting" the 
differences in the commit.&nbsp; </FONT></DIV>
<DIV><FONT face=Arial size=2>It happens on the client side.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>For reference, the implementation of 
XMLNode&gt;&gt;addContent: is simply the exception signal</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; SAXParseException signal: 
'Illegal string data.'</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>May 5, 2003 13:40</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>VM: Win32 - Squeak3.4 of 1 March 2003 [latest 
update: #5170]<BR>Image: Squeak3.4gamma [latest update: #5168]</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial 
size=2>XMLDocument(XMLNode)&gt;&gt;addContent:<BR>&nbsp;Receiver: 
<BR>&nbsp;Arguments and temporary variables: <BR>&nbsp;&nbsp;contentString: 
&nbsp;HTTP/1.1 200 OK&amp;#13;&amp;#10;Server: 
Comanche/kom-4.10&amp;#13;&amp;#10;Conn...etc...<BR>&nbsp;Receiver's instance 
variables: <BR>&nbsp;&nbsp;elements: &nbsp;nil<BR>&nbsp;&nbsp;dtd: 
&nbsp;nil<BR>&nbsp;&nbsp;version: &nbsp;nil<BR>&nbsp;&nbsp;encoding: 
&nbsp;nil<BR>&nbsp;&nbsp;requiredMarkup: &nbsp;nil</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>XMLDOMParser&gt;&gt;characters:<BR>&nbsp;Receiver: 
a XMLDOMParser<BR>&nbsp;Arguments and temporary variables: 
<BR>&nbsp;&nbsp;aString: &nbsp;'HTTP/1.1 200 OK<BR>Server: 
Comanche/kom-4.10<BR>Connection: 
close<BR>Conten...etc...<BR>&nbsp;&nbsp;newElement: &nbsp;HTTP/1.1 200 
OK&amp;#13;&amp;#10;Server: 
Comanche/kom-4.10&amp;#13;&amp;#10;Connect...etc...<BR>&nbsp;Receiver's instance 
variables: <BR>&nbsp;&nbsp;document: &nbsp;<BR>&nbsp;&nbsp;driver: &nbsp;a 
SAXDriver<BR>&nbsp;&nbsp;eod: &nbsp;false<BR>&nbsp;&nbsp;entity: 
&nbsp;<BR>&nbsp;&nbsp;stack: &nbsp;an 
OrderedCollection()<BR>&nbsp;&nbsp;incremental: &nbsp;false</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>SAXDriver&gt;&gt;handlePCData:<BR>&nbsp;Receiver: a 
SAXDriver<BR>&nbsp;Arguments and temporary variables: <BR>&nbsp;&nbsp;aString: 
&nbsp;'HTTP/1.1 200 OK<BR>Server: Comanche/kom-4.10<BR>Connection: 
close<BR>Conten...etc...<BR>&nbsp;Receiver's instance variables: 
<BR>&nbsp;&nbsp;stream: &nbsp;a 
RWBinaryOrTextStream<BR>&nbsp;&nbsp;nestedStreams: 
&nbsp;nil<BR>&nbsp;&nbsp;entities: &nbsp;nil<BR>&nbsp;&nbsp;externalEntities: 
&nbsp;nil<BR>&nbsp;&nbsp;parameterEntities: 
&nbsp;nil<BR>&nbsp;&nbsp;parsingMarkup: 
&nbsp;false<BR>&nbsp;&nbsp;markedPosition: &nbsp;nil<BR>&nbsp;&nbsp;peekChar: 
&nbsp;$&lt;<BR>&nbsp;&nbsp;validating: &nbsp;true<BR>&nbsp;&nbsp;saxHandler: 
&nbsp;a XMLDOMParser</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial 
size=2>SAXDriver(XMLTokenizer)&gt;&gt;nextPCData<BR>&nbsp;Receiver: a 
SAXDriver<BR>&nbsp;Arguments and temporary variables: 
<BR>&nbsp;&nbsp;resultStream: &nbsp;a WriteStream<BR>&nbsp;&nbsp;nextChar: 
&nbsp;$&lt;<BR>&nbsp;&nbsp;referenceString: &nbsp;nil<BR>&nbsp;&nbsp;entity: 
&nbsp;nil<BR>&nbsp;&nbsp;entityValue: &nbsp;nil<BR>&nbsp;&nbsp;nextPeek: 
&nbsp;$&lt;<BR>&nbsp;Receiver's instance variables: <BR>&nbsp;&nbsp;stream: 
&nbsp;a RWBinaryOrTextStream<BR>&nbsp;&nbsp;nestedStreams: 
&nbsp;nil<BR>&nbsp;&nbsp;entities: &nbsp;nil<BR>&nbsp;&nbsp;externalEntities: 
&nbsp;nil<BR>&nbsp;&nbsp;parameterEntities: 
&nbsp;nil<BR>&nbsp;&nbsp;parsingMarkup: 
&nbsp;false<BR>&nbsp;&nbsp;markedPosition: &nbsp;nil<BR>&nbsp;&nbsp;peekChar: 
&nbsp;$&lt;<BR>&nbsp;&nbsp;validating: &nbsp;true<BR>&nbsp;&nbsp;saxHandler: 
&nbsp;a XMLDOMParser</FONT></DIV>
<DIV>&nbsp;</DIV><FONT face=Arial size=2>
<DIV><BR>--- The full stack 
---<BR>XMLDocument(XMLNode)&gt;&gt;addContent:<BR>XMLDOMParser&gt;&gt;characters:<BR>SAXDriver&gt;&gt;handlePCData:<BR>SAXDriver(XMLTokenizer)&gt;&gt;nextPCData<BR>&nbsp;- 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
-<BR>SAXDriver(XMLTokenizer)&gt;&gt;nextEntity<BR>XMLDOMParser(SAXHandler)&gt;&gt;parseDocument<BR>XMLDOMParser 
class(SAXHandler class)&gt;&gt;parseDocumentFrom:<BR>XMLDOMParser 
class&gt;&gt;parseDocumentFrom:<BR>XMLRPCProxy&gt;&gt;processResponse:<BR>XMLRPCProxy&gt;&gt;invokeMethod:withArgs:<BR>RPCRepository&gt;&gt;performRemote:withArguments:<BR>RPCPackageStore&gt;&gt;storeVersion:<BR>WorkingCopy&gt;&gt;commitWithComment:<BR>[] 
in 
RepositoryBrowser&gt;&gt;commit<BR>String(Object)&gt;&gt;ifNotNilDo:<BR>RepositoryBrowser&gt;&gt;commit<BR>[] 
in 
SimpleButtonMorph&gt;&gt;doButtonAction<BR>BlockContext&gt;&gt;ensure:<BR>CursorWithMask(Cursor)&gt;&gt;showWhile:<BR>SimpleButtonMorph&gt;&gt;doButtonAction<BR>SimpleButtonMorph&gt;&gt;mouseUp:<BR>SimpleButtonMorph(Morph)&gt;&gt;handleMouseUp:<BR>MouseButtonEvent&gt;&gt;sentTo:<BR>SimpleButtonMorph(Morph)&gt;&gt;handleEvent:<BR>SimpleButtonMorph(Morph)&gt;&gt;handleFocusEvent:<BR>[] 
in 
HandMorph&gt;&gt;sendFocusEvent:to:clear:<BR>PasteUpMorph&gt;&gt;becomeActiveDuring:<BR>HandMorph&gt;&gt;sendFocusEvent:to:clear:<BR>HandMorph&gt;&gt;sendEvent:focus:clear:<BR>HandMorph&gt;&gt;sendMouseEvent:<BR>HandMorph&gt;&gt;handleEvent:<BR>HandMorph&gt;&gt;processEvents<BR>[] 
in 
WorldState&gt;&gt;doOneCycleNowFor:<BR>Array(SequenceableCollection)&gt;&gt;do:<BR>WorldState&gt;&gt;handsDo:<BR>WorldState&gt;&gt;doOneCycleNowFor:<BR>WorldState&gt;&gt;doOneCycleFor:<BR>PasteUpMorph&gt;&gt;doOneCycle<BR>[] 
in Project class&gt;&gt;spawnNewProcess<BR>[] in 
BlockContext&gt;&gt;newProcess</DIV>
<DIV></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Derek Brans<BR>Nerd on a Wire<BR>Web design that's 
anything but square<BR><A 
href="http://www.nerdonawire.com">http://www.nerdonawire.com</A> <BR>phone: 
604.874.6463<BR>mailto: <A 
href="mailto:brans@nerdonawire.com">brans@nerdonawire.com</A><BR></FONT></DIV></BODY></HTML>