How do I tell which Zope version is installed by looking at the file system? Is there anything like a 'version' file which would identify it? -- John
John Poltorak wrote:
How do I tell which Zope version is installed by looking at the file system? Is there anything like a 'version' file which would identify it?
In your SOFTWARE_HOME (check its value in /Control_Panel in ZMI) read the file 'version.txt' Michael -- http://zope.org/Members/d2m http://planetzope.org
In your SOFTWARE_HOME (check its value in /Control_Panel in ZMI) read the file 'version.txt'
In certain versions of the Zope 2.7 releases the version.txt file was mucked up; looking at the top of the CHANGES.txt (in the doc/ directory) is a more reliable way of telling what version you have, including subversion checkouts. -- Martijn Pieters
participants (3)
-
John Poltorak -
Martijn Pieters -
Michael Haubenwallner