{ "info": { "author": "Gael Pasgrimaud", "author_email": "gael@gawel.org", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "=========\nsvnhelper\n=========\n\n.. contents::\n\nCHANGES\n=======\n\n\n\n0.2\n---\n\nAdd .pyo to ignore files\n\n0.1\n---\n\nInitial version\n\n\n\nWhat is svnhelper ?\n===================\n\nThis package provide some svn utils.\n\n\nImport\n======\n\nWhen you importing a package for the first time, you need to create the\ntrunk/branches/tags tree, remove pyc files, .egg-info, etc.\nsvnhelper do it for you.\n\nIn a python package, just use::\n\n $ python setup.py import\n\nAnd you will be prompted for the repository root. Do not add the package name\nin the url. The name will be retrieved from the current path.\n\nOutside a python package, you can use this command line::\n\n $ svnh -i \n\nCheckout\n========\n\nTo checkout a package, use::\n\n $ svnco \n\nIf no branche or tag is found in the url. svnhelper will checkout the trunk.\n\nTesting\n=======\n\nIt's not easy to test svn stuff in unit tests. svnhelper provide a testing\nenvironment for you.\n\nHere is how to create a temporary repository::\n\n >>> from svnhelper.testing import setUpRepository\n >>> from svnhelper.testing import tearDownRepository\n\n >>> def setUp(test):\n ... setUpRepository(test)\n\n >>> def tearDown(test):\n ... tearDownRepository(test)\n\nThen you can import a directory in the repository. test_package is a directory\npointing on a testing egg in the test/ directory::\n\n >>> import_test_package(test_package) \n\nThe we can use the repository::\n\n >>> dirname = create_tempdir()\n >>> os.chdir(dirname)\n >>> print svn('co', '%s/my.testing/trunk' % repository, 'my.testing')\n A my.testing/LICENSE\n A my.testing/my\n A my.testing/my/__init__.py\n A my.testing/my/testing\n A my.testing/my/testing/__init__.py\n A my.testing/my/testing/README.txt\n A my.testing/setup.py\n Checked out revision 1.\n\n >>> ls(dirname, 'my.testing')\n d .svn\n - LICENSE\n d my\n - setup.py", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "svnhelper", "package_url": "https://pypi.org/project/svnhelper/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/svnhelper/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/svnhelper/0.2/", "requires_dist": null, "requires_python": null, "summary": "some svn utils to easily import/checkout packages", "version": "0.2" }, "last_serial": 754522, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "ba20a783148331b4cd2372d7bc902d05", "sha256": "caa56a66aae3fde2caadc5d837497077a61b5b8d5016f08c7860b387eb969587" }, "downloads": -1, "filename": "svnhelper-0.1-py2.4.egg", "has_sig": false, "md5_digest": "ba20a783148331b4cd2372d7bc902d05", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 37526, "upload_time": "2008-01-15T07:26:16", "url": "https://files.pythonhosted.org/packages/5c/d5/7875e4e5c541d56e69383354dc39b856b839a7e63ecb32f2540ba877a7d5/svnhelper-0.1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "057d2b93afb0c946f4b34f74809fd22e", "sha256": "e6bb98246060b3d6645a01f91924bd4f63c184524b8567fe5b2f1a01e13d27cf" }, "downloads": -1, "filename": "svnhelper-0.1.tar.gz", "has_sig": false, "md5_digest": "057d2b93afb0c946f4b34f74809fd22e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24327, "upload_time": "2008-01-15T07:26:12", "url": "https://files.pythonhosted.org/packages/fa/f7/53157c176104d9c29438bae3a2f46a2c163a07ed3baf7e4d5c8db611b211/svnhelper-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "d36e6a7ff2e67a4214e339c255c8576b", "sha256": "2348fe28888359079f44c535c993cba7b55e534c04cf9c9d846328335165ca79" }, "downloads": -1, "filename": "svnhelper-0.2.tar.gz", "has_sig": false, "md5_digest": "d36e6a7ff2e67a4214e339c255c8576b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41983, "upload_time": "2008-08-07T12:04:32", "url": "https://files.pythonhosted.org/packages/dd/33/ee849a75dab885ef20af87b6137d2c9a50e08c44454436b4210051fb5e02/svnhelper-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d36e6a7ff2e67a4214e339c255c8576b", "sha256": "2348fe28888359079f44c535c993cba7b55e534c04cf9c9d846328335165ca79" }, "downloads": -1, "filename": "svnhelper-0.2.tar.gz", "has_sig": false, "md5_digest": "d36e6a7ff2e67a4214e339c255c8576b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41983, "upload_time": "2008-08-07T12:04:32", "url": "https://files.pythonhosted.org/packages/dd/33/ee849a75dab885ef20af87b6137d2c9a50e08c44454436b4210051fb5e02/svnhelper-0.2.tar.gz" } ] }