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 than use svn info/svnversion but however > it require more maintaining effort. So I'll change the parser to make it > more robust if no one objects.
I would suggest using svnversion first if that exists, and possibly doing a fallback to parsing things by hand. The output of svnversion is much more accurate than a single revision number. Wichert. -- Wichert Akkerman <[EMAIL PROTECTED]> It is simple to make things. http://www.wiggy.net/ It is hard to make things simple. _______________________________________________ Zope3-dev mailing list Zope3-dev@zope.org Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com