[Zope3-dev] Subversion 1.4 breaks mkzopeinstance.py

Kent Tenney ktenney at gmail.com
Fri Sep 22 14:39:19 EDT 2006


Howdy,

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.

Thanks,
Kent


More information about the Zope3-dev mailing list