[Zope3-dev] Re: Subversion 1.4 breaks mkzopeinstance.py

Philipp von Weitershausen philipp at weitershausen.de
Fri Sep 22 19:40:43 EDT 2006


Jim Fulton wrote:
> Uh, why are we parsing the entries file?

To get the current revision of the Zope 3 checkout...

>> mkzopeinstance.py fails with;
>> ...
>>  File 
>> "C:\Python24\Lib\site-packages\zope3\src\zope\app\applicationcontrol\zope
>> version.py", line 68, in __setSVNVersion
>>    doc = parse(entriesfile)
>>  File "C:\Python24\lib\site-packages\xml\dom\minidom.py", line 1915, 
>> in parse
>>    return expatbuilder.parse(file)
>>  File "C:\Python24\lib\site-packages\xml\dom\expatbuilder.py", line 
>> 926, in par
>> se
>>    result = builder.parseFile(fp)
>>  File "C:\Python24\lib\site-packages\xml\dom\expatbuilder.py", line 
>> 207, in par
>> seFile
>>    parser.Parse(buffer, 0)
>> xml.parsers.expat.ExpatError: syntax error: line 1, column 0
>>
>> from http://subversion.tigris.org/svn_1.4_releasenotes.html;
>>
>> The way in which the Subversion client manages your working copy has
>> undergone radical changes. The .svn/entries file is no longer XML, and
>> the client has become smarter about the way it manages and stores
>> property metadata.



More information about the Zope3-dev mailing list