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

2006-09-25 Thread Dmitry Vasiliev
Philipp von Weitershausen wrote: Wichert Akkerman wrote: Previously Philipp von Weitershausen wrote: Jim Fulton wrote: Uh, why are we parsing the entries file? To get the current revision of the Zope 3 checkout... Why not use svn info --xml? or even just svn info... I think we

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

2006-09-25 Thread Wichert Akkerman
Previously Dmitry Vasiliev wrote: Ugh, it was me. I switched ZopeVersion from CSV to SVN, moreover the first revision (25322) used 're' module to parse .svn/entries and later (41452) has been switched to use 'xml.dom.minidom'. I think extract information from .svn/entries is more safe way

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

2006-09-25 Thread Dmitry Vasiliev
Wichert Akkerman wrote: Previously Dmitry Vasiliev wrote: Ugh, it was me. I switched ZopeVersion from CSV to SVN, moreover the first revision (25322) used 're' module to parse .svn/entries and later (41452) has been switched to use 'xml.dom.minidom'. I think extract information from

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

2006-09-25 Thread Jim Fulton
On Sep 22, 2006, at 7:40 PM, Philipp von Weitershausen wrote: Jim Fulton wrote: Uh, why are we parsing the entries file? To get the current revision of the Zope 3 checkout... That seems excessive to me. Let's stop. Jim -- Jim Fulton mailto:[EMAIL PROTECTED]

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

2006-09-23 Thread Wichert Akkerman
Previously Philipp von Weitershausen wrote: Jim Fulton wrote: Uh, why are we parsing the entries file? To get the current revision of the Zope 3 checkout... Why not use svn info --xml? Wichert. -- Wichert Akkerman [EMAIL PROTECTED]It is simple to make things. http://www.wiggy.net/

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

2006-09-23 Thread Philipp von Weitershausen
Wichert Akkerman wrote: Previously Philipp von Weitershausen wrote: Jim Fulton wrote: Uh, why are we parsing the entries file? To get the current revision of the Zope 3 checkout... Why not use svn info --xml? or even just svn info... I think we (Christian Theune and I) chose to poke at

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

2006-09-23 Thread Sidnei da Silva
On Sat, Sep 23, 2006 at 11:21:38AM +0200, Philipp von Weitershausen wrote: | Wichert Akkerman wrote: | Previously Philipp von Weitershausen wrote: | Jim Fulton wrote: | Uh, why are we parsing the entries file? | To get the current revision of the Zope 3 checkout... | | Why not use svn info --xml?

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

2006-09-22 Thread Philipp von Weitershausen
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 =