{ "info": { "author": "Wichert Akkerman - Simplon", "author_email": "wichert@simplon.biz", "bugtrack_url": null, "classifiers": [ "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: GNU General Public License (GPL)", "Programming Language :: Python", "Topic :: Office/Business :: Office Suites", "Topic :: Text Editors :: Word Processors" ], "description": ".. contents::\n\nIntroduction\n============\n\nODFSVN is a set of tools that allow you to manage ODF_ documents in\na subversion_ repository. There are several reasons that make this a\nvery useful thing to do:\n\n* it allows you to use all features of a version control system: all\n changes are archived along with change notes, making it possible\n to roll back to previous versions, see who made what changes and why,\n etc.\n\n* it makes it possible to have multiple people sharing their changes\n to a document through a shared repository. That means that you\n can always see all changes from all editors, update your version\n to the latest revision and submit your changes. No matter where you\n are, with or without access to your email, you will always be\n able to share your work.\n\nFor now this can be done through the ``odfsvn`` command line tool. In the\n(near) future this will also be possible through a plugin for\n`OpenOffice.org`_.\n\n.. _ODF: http://en.wikipedia.org/wiki/OpenDocument\n.. _subversion: http://subversion.tigris.org/\n.. _OpenOffice.org: http://www.openoffice.org/\n\n\nQuick example\n=============\n\nSuppose you are working on a proposal with a group of people. The proposal\nis stored in a file called ``proposal.odt`` which you have just created.\nThe first thing that you need to do is import this file into an existing\nrepository::\n\n $ odfsvn import -m \"Simplon proposal for odf RFP\" proposal.odt \\\n http://code.simplon.biz/proposals/odf.odt\n Commited revision 22\n\nThis will have added your file to the repository. The ``-m`` parameter\nwas used to set the commit message for this change.\n\nYou can now use the *info* command to check the repository information\ninside your file::\n \n $ odfsvn info proposal.odt\n Path: proposal.odt\n Type: svn\n URL: http://code.simplon.biz/proposals/odf.odt\n Repository UUID: 1a87ecf8-a9bc-47a4-9dc9-5f45153203cc\n Revision: 22\n\nIf one of your co-editors wants to work on this proposal he must first\nretrieve the document using the *checkout* command::\n\n $ odfsvn checkout http://code.simplon.biz/proposals/odf.odt\n Checked out revision 22\n\nHe can now edit the ``odf.odt`` file using his normal editors. After\nmaking any changes he can commit them using the *commit* command::\n\n $ odfsvn commit -m \"Added estimates and initial planning\" odf.odt\n Changes committed.\n\nYou can now update your local copy using the *update* command::\n\n $ odfsvn update proposal.dt\n Updated to revision 23\n\n\n\nInstallation\n============\n\nodfsvn requires the subversion_ command line tool ``svn``, python_\nand setuptools_ to be installed.\n\nAfter installing those requirements you can install odfsvn using the\n``easy_install`` command::\n\n easy_install odfsvn\n\nThis will install the odfsvn command and the associated python package. If\nyou are using a UNIX shell you may need to refresh the command cache from your\nshell after doing this (``hash -r`` or ``rehash`` generally).\n\n.. _python: http://www.python.org\n.. _subversion: http://subversion.tigris.org/\n.. _setuptools: http://pypi.python.org/pypi/setuptools/", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.sourceforge.net/projects/odfsvn/", "keywords": "ODF SVN", "license": "GPL3", "maintainer": null, "maintainer_email": null, "name": "odfsvn", "package_url": "https://pypi.org/project/odfsvn/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/odfsvn/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.sourceforge.net/projects/odfsvn/" }, "release_url": "https://pypi.org/project/odfsvn/1.0a1/", "requires_dist": null, "requires_python": null, "summary": "Manage ODF files in SubVersioN", "version": "1.0a1" }, "last_serial": 637247, "releases": { "1.0a1": [ { "comment_text": "", "digests": { "md5": "8db9e3ea7e6bd49e45ad13b6e63b1715", "sha256": "c1b8d290342b36cf6e763e54547b7f635ad8659e0619c7debe2e256c9b1e7236" }, "downloads": -1, "filename": "odfsvn-1.0a1-py2.4.egg", "has_sig": false, "md5_digest": "8db9e3ea7e6bd49e45ad13b6e63b1715", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 27149, "upload_time": "2008-01-17T12:37:35", "url": "https://files.pythonhosted.org/packages/57/e5/ef60833a120bdceaf3e8806e9d8de2fdc658a64dc18dc074b546d5c2108e/odfsvn-1.0a1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "c53852e7c9a3ce62a03721fdb5f93d78", "sha256": "e8f71575d1e59e1e34f9ff169780d312b565418a2803c6f2802bce15a84d3446" }, "downloads": -1, "filename": "odfsvn-1.0a1.tar.gz", "has_sig": false, "md5_digest": "c53852e7c9a3ce62a03721fdb5f93d78", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2651746, "upload_time": "2008-01-17T12:37:35", "url": "https://files.pythonhosted.org/packages/4d/20/d1b2d2c38a2e323c1d9566f027b78b5a7335b3abef75c8dcae44decdc7e7/odfsvn-1.0a1.tar.gz" } ], "1.0dev-r1306": [], "1.0dev-r1307": [] }, "urls": [ { "comment_text": "", "digests": { "md5": "8db9e3ea7e6bd49e45ad13b6e63b1715", "sha256": "c1b8d290342b36cf6e763e54547b7f635ad8659e0619c7debe2e256c9b1e7236" }, "downloads": -1, "filename": "odfsvn-1.0a1-py2.4.egg", "has_sig": false, "md5_digest": "8db9e3ea7e6bd49e45ad13b6e63b1715", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 27149, "upload_time": "2008-01-17T12:37:35", "url": "https://files.pythonhosted.org/packages/57/e5/ef60833a120bdceaf3e8806e9d8de2fdc658a64dc18dc074b546d5c2108e/odfsvn-1.0a1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "c53852e7c9a3ce62a03721fdb5f93d78", "sha256": "e8f71575d1e59e1e34f9ff169780d312b565418a2803c6f2802bce15a84d3446" }, "downloads": -1, "filename": "odfsvn-1.0a1.tar.gz", "has_sig": false, "md5_digest": "c53852e7c9a3ce62a03721fdb5f93d78", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2651746, "upload_time": "2008-01-17T12:37:35", "url": "https://files.pythonhosted.org/packages/4d/20/d1b2d2c38a2e323c1d9566f027b78b5a7335b3abef75c8dcae44decdc7e7/odfsvn-1.0a1.tar.gz" } ] }