[Checkins] SVN: z3c.vcsync/ Move things into trunk.

Martijn Faassen faassen at infrae.com
Mon Jun 25 13:40:07 EDT 2007


Log message for revision 77073:
  Move things into trunk.
  

Changed:
  D   z3c.vcsync/README.txt
  D   z3c.vcsync/buildout.cfg
  D   z3c.vcsync/setup.py
  D   z3c.vcsync/src/
  A   z3c.vcsync/trunk/
  A   z3c.vcsync/trunk/README.txt
  A   z3c.vcsync/trunk/buildout.cfg
  A   z3c.vcsync/trunk/setup.py
  A   z3c.vcsync/trunk/src/

-=-
Deleted: z3c.vcsync/README.txt
===================================================================
--- z3c.vcsync/README.txt	2007-06-25 17:39:34 UTC (rev 77072)
+++ z3c.vcsync/README.txt	2007-06-25 17:40:07 UTC (rev 77073)
@@ -1,17 +0,0 @@
-Takes an arbitrary object and syncs it through SVN.
-
-This means a serialization to text, and a deserialization from text.
-
-The text is stored in a SVN checkout. Newly appeared texts are svn added,
-removed texts are svn removed. svn move and svn copy are not supported. They
-will instead cause a svn delete/svn add combination.
-
-An svn up can be performed. Any conflicting files will be noted and
-can be resolved (automatically?).
-
-An svn up always takes place before an svn commit.
-
-An svn sync from the server will main all files that have changed will
-be updated in the ZODB, and all files that have been deleted will be
-removed in the ZODB. Added files will be added in the ZODB.
-

Deleted: z3c.vcsync/buildout.cfg
===================================================================
--- z3c.vcsync/buildout.cfg	2007-06-25 17:39:34 UTC (rev 77072)
+++ z3c.vcsync/buildout.cfg	2007-06-25 17:40:07 UTC (rev 77073)
@@ -1,15 +0,0 @@
-[buildout]
-develop = . grok martian
-parts = test devpython
-
-[test]
-recipe = zc.recipe.testrunner
-extra-paths=/home/faassen/buildout/z331-lp/lib/python
-eggs = z3c.vcsync
-
-# installs bin/devpython to do simple interpreter tests
-[devpython]
-recipe = zc.recipe.egg
-interpreter = devpython
-eggs = z3c.vcsync
-

Deleted: z3c.vcsync/setup.py
===================================================================
--- z3c.vcsync/setup.py	2007-06-25 17:39:34 UTC (rev 77072)
+++ z3c.vcsync/setup.py	2007-06-25 17:40:07 UTC (rev 77073)
@@ -1,19 +0,0 @@
-from setuptools import setup, find_packages
-import sys, os
-
-setup(name='z3c.vcsync',
-      version='0.1',
-      description="Sync ZODB data with version control system, currently SVN",
-      package_dir={'': 'src'},
-      packages=find_packages('src'),
-      include_package_data=True,
-      zip_safe=False,
-      install_requires=[
-        'setuptools',
-        'grok',
-        'py',
-      ],
-      entry_points="""
-      # -*- Entry points: -*-
-      """,
-      )

Copied: z3c.vcsync/trunk/README.txt (from rev 77071, z3c.vcsync/README.txt)
===================================================================
--- z3c.vcsync/trunk/README.txt	                        (rev 0)
+++ z3c.vcsync/trunk/README.txt	2007-06-25 17:40:07 UTC (rev 77073)
@@ -0,0 +1,17 @@
+Takes an arbitrary object and syncs it through SVN.
+
+This means a serialization to text, and a deserialization from text.
+
+The text is stored in a SVN checkout. Newly appeared texts are svn added,
+removed texts are svn removed. svn move and svn copy are not supported. They
+will instead cause a svn delete/svn add combination.
+
+An svn up can be performed. Any conflicting files will be noted and
+can be resolved (automatically?).
+
+An svn up always takes place before an svn commit.
+
+An svn sync from the server will main all files that have changed will
+be updated in the ZODB, and all files that have been deleted will be
+removed in the ZODB. Added files will be added in the ZODB.
+

Copied: z3c.vcsync/trunk/buildout.cfg (from rev 77071, z3c.vcsync/buildout.cfg)
===================================================================
--- z3c.vcsync/trunk/buildout.cfg	                        (rev 0)
+++ z3c.vcsync/trunk/buildout.cfg	2007-06-25 17:40:07 UTC (rev 77073)
@@ -0,0 +1,15 @@
+[buildout]
+develop = . grok martian
+parts = test devpython
+
+[test]
+recipe = zc.recipe.testrunner
+extra-paths=/home/faassen/buildout/z331-lp/lib/python
+eggs = z3c.vcsync
+
+# installs bin/devpython to do simple interpreter tests
+[devpython]
+recipe = zc.recipe.egg
+interpreter = devpython
+eggs = z3c.vcsync
+

Copied: z3c.vcsync/trunk/setup.py (from rev 77071, z3c.vcsync/setup.py)
===================================================================
--- z3c.vcsync/trunk/setup.py	                        (rev 0)
+++ z3c.vcsync/trunk/setup.py	2007-06-25 17:40:07 UTC (rev 77073)
@@ -0,0 +1,19 @@
+from setuptools import setup, find_packages
+import sys, os
+
+setup(name='z3c.vcsync',
+      version='0.1',
+      description="Sync ZODB data with version control system, currently SVN",
+      package_dir={'': 'src'},
+      packages=find_packages('src'),
+      include_package_data=True,
+      zip_safe=False,
+      install_requires=[
+        'setuptools',
+        'grok',
+        'py',
+      ],
+      entry_points="""
+      # -*- Entry points: -*-
+      """,
+      )

Copied: z3c.vcsync/trunk/src (from rev 77071, z3c.vcsync/src)



More information about the Checkins mailing list