Zope Version Control
Project description
1.0a1 (2008/05/03)
Updated package metadata.
0.3.4 (2007/02/05)
Add omitted ‘tests/common.py’ module.
0.3.3 (2006/09/20)
__init__.py, nonversioned.py: Fixed compatibility with Zope 2.8 and new-style objects (http://www.zope.org/Collectors/Zope/2137)
0.3.2 (2006/06/02)
ZopeRepository.py: make ZR addable via GenericSetup toolset (http://www.zope.org/Collectors/CMF/438).
Utility.py: Import cleanup, including compatibility with ZODB 3.3+ location of ‘refrencesf’.
0.3.1 (2004/05/03)
IVersionControl.py: Added a module-scope alias for the benefit of older software which depended on the old name.
Hardened unit tests against the absence of the References product.
0.3 (2004/04/20)
Refined the pattern for maintaining parts of objects independently of version control. This is a generalization of the mechanism for versioning container items. IVersionedContainer is now named INonVersionedData and has more descriptive method names.
‘updateResource’ and ‘uncheckoutResource’ now retain the identity of the object being versioned. That is, they never replace an object with a new object, but instead change the state of an existing object.
‘updateResource’ and ‘uncheckoutResource’ used to replace the object in its container, but this strategy had two flaws:
It required ZopeVersionControl to use the ObjectManager API. Version control should not require versionable objects to be contained in ObjectManagers.
It assumes that versionable objects are simply wrapped using acquisition. References (symlink-like objects) break this assumption.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for Products.ZopeVersionControl-1.0a1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 79f29f429f700a6b5b72c4798017a0f48e63cf25e50ba4c49723e2b70e27a079 |
|
MD5 | 6433e4c2cd82625deea10dce835cc560 |
|
BLAKE2b-256 | ae30053f01e369eec451bb8c3dae0fa76c55d4cdebe03d121646b62b9d6db262 |