[Checkins] SVN: Products.ZopeVersionControl/trunk/ Moved to GitHub.

Stephen Richter cvs-admin at zope.org
Sat Mar 2 02:11:15 UTC 2013


Log message for revision 129992:
  Moved to GitHub.

Changed:
  D   Products.ZopeVersionControl/trunk/CHANGES.txt
  D   Products.ZopeVersionControl/trunk/COPYRIGHT.txt
  D   Products.ZopeVersionControl/trunk/LICENSE.txt
  D   Products.ZopeVersionControl/trunk/MANIFEST.in
  A   Products.ZopeVersionControl/trunk/MOVED_TO_GITHUB
  D   Products.ZopeVersionControl/trunk/Products/
  D   Products.ZopeVersionControl/trunk/README.txt
  D   Products.ZopeVersionControl/trunk/setup.py

-=-
Deleted: Products.ZopeVersionControl/trunk/CHANGES.txt
===================================================================
--- Products.ZopeVersionControl/trunk/CHANGES.txt	2013-03-02 02:11:00 UTC (rev 129991)
+++ Products.ZopeVersionControl/trunk/CHANGES.txt	2013-03-02 02:11:15 UTC (rev 129992)
@@ -1,107 +0,0 @@
-Changelog
-=========
-
-1.1.4 - unreleased
-------------------
-
-- Zope trunk compatibility for product init.
-
-1.1.3 - 2010-10-02
-------------------
-
-- Made sure the VersionHistory.BranchInfo class fulfill the API,
-  providing a getId method. Added missing security declarations.
-
-1.1.2 - 2010-08-05
-------------------
-
-- Made sure we cast MAX32 to an int, as ``2**31`` would be automatically
-  overflow to a long on 32bit Python's.
-
-1.1.1 - 2010-08-04
-------------------
-
-- Made compatible with Zope 2.13 and ZODB 3.10.
-
-1.1 - 2010-07-18
-----------------
-
-- No changes.
-
-1.1a1 - 2009-11-13
-------------------
-
-- Fixed an undefined exception.
-
-- Don't break when checking the connection version in ZODB>=3.9.
-
-- Fixed tests to not use the DemoStorage quota parameter which was removed.
-
-- Changed the Globals.InitializeClass import change in a backward compatible
-  way.
-
-- Fixed deprecation warnings for use of Globals. Specified package
-  dependencies.
-
-- Purge old zope2 Interface interfaces for Zope 2.12 compatibility. Note that
-  they are internal to the implementation of this module.
-
-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:
-
-    1. It required ZopeVersionControl to use the ObjectManager API.
-       Version control should not require versionable objects to be
-       contained in ObjectManagers.
-
-    2. It assumes that versionable objects are simply wrapped using
-       acquisition.  References (symlink-like objects) break this
-       assumption.

Deleted: Products.ZopeVersionControl/trunk/COPYRIGHT.txt
===================================================================
--- Products.ZopeVersionControl/trunk/COPYRIGHT.txt	2013-03-02 02:11:00 UTC (rev 129991)
+++ Products.ZopeVersionControl/trunk/COPYRIGHT.txt	2013-03-02 02:11:15 UTC (rev 129992)
@@ -1 +0,0 @@
-Zope Foundation and Contributors
\ No newline at end of file

Deleted: Products.ZopeVersionControl/trunk/LICENSE.txt
===================================================================
--- Products.ZopeVersionControl/trunk/LICENSE.txt	2013-03-02 02:11:00 UTC (rev 129991)
+++ Products.ZopeVersionControl/trunk/LICENSE.txt	2013-03-02 02:11:15 UTC (rev 129992)
@@ -1,44 +0,0 @@
-Zope Public License (ZPL) Version 2.1
-
-A copyright notice accompanies this license document that identifies the
-copyright holders.
-
-This license has been certified as open source. It has also been designated as
-GPL compatible by the Free Software Foundation (FSF).
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-
-1. Redistributions in source code must retain the accompanying copyright
-notice, this list of conditions, and the following disclaimer.
-
-2. Redistributions in binary form must reproduce the accompanying copyright
-notice, this list of conditions, and the following disclaimer in the
-documentation and/or other materials provided with the distribution.
-
-3. Names of the copyright holders must not be used to endorse or promote
-products derived from this software without prior written permission from the
-copyright holders.
-
-4. The right to distribute this software or to use it for any purpose does not
-give you the right to use Servicemarks (sm) or Trademarks (tm) of the
-copyright
-holders. Use of them is covered by separate agreement with the copyright
-holders.
-
-5. If any files are modified, you must cause the modified files to carry
-prominent notices stating that you changed the files and the date of any
-change.
-
-Disclaimer
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED
-OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
-EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
-PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
-LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
-NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
-EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Deleted: Products.ZopeVersionControl/trunk/MANIFEST.in
===================================================================
--- Products.ZopeVersionControl/trunk/MANIFEST.in	2013-03-02 02:11:00 UTC (rev 129991)
+++ Products.ZopeVersionControl/trunk/MANIFEST.in	2013-03-02 02:11:15 UTC (rev 129992)
@@ -1,5 +0,0 @@
-include *
-
-recursive-include Products *
-
-global-exclude *pyc

Added: Products.ZopeVersionControl/trunk/MOVED_TO_GITHUB
===================================================================
--- Products.ZopeVersionControl/trunk/MOVED_TO_GITHUB	                        (rev 0)
+++ Products.ZopeVersionControl/trunk/MOVED_TO_GITHUB	2013-03-02 02:11:15 UTC (rev 129992)
@@ -0,0 +1 @@
+See https://github.com/zopefoundation/Products.ZopeVersionControl
\ No newline at end of file

Deleted: Products.ZopeVersionControl/trunk/README.txt
===================================================================
--- Products.ZopeVersionControl/trunk/README.txt	2013-03-02 02:11:00 UTC (rev 129991)
+++ Products.ZopeVersionControl/trunk/README.txt	2013-03-02 02:11:15 UTC (rev 129992)
@@ -1,2 +0,0 @@
-Overview
-========

Deleted: Products.ZopeVersionControl/trunk/setup.py
===================================================================
--- Products.ZopeVersionControl/trunk/setup.py	2013-03-02 02:11:00 UTC (rev 129991)
+++ Products.ZopeVersionControl/trunk/setup.py	2013-03-02 02:11:15 UTC (rev 129992)
@@ -1,28 +0,0 @@
-from setuptools import setup, find_packages
-
-
-setup(name='Products.ZopeVersionControl',
-      version='1.1.4dev',
-      description="Zope Version Control",
-      long_description=open("CHANGES.txt").read(),
-      classifiers=[
-        'Framework :: Zope2',
-      ],
-      license='ZPL',
-      author='Zope Corporation and Contributors',
-      author_email='zope-dev at zope.org',
-      url='http://pypi.python.org/pypi/Products.ZopeVersionControl',
-      packages=find_packages(),
-      namespace_packages=['Products'],
-      include_package_data=True,
-      zip_safe=False,
-      install_requires=[
-        'setuptools',
-        'zope.interface',
-        'Acquisition',
-        'DateTime',
-        'transaction',
-        'ZODB3',
-        'Zope2',
-      ],
-      )



More information about the checkins mailing list