#!/bin/bash # The current maintenance branches for plumi-0.2.x Plumi products are: # ATVideo branch: https://svn.plone.org/svn/collective/ATVideo/branches/plumi-0.2.x # ATMediaFile branch: https://svn.plone.org/svn/collective/ATMediaFile/branches/plumi-0.2-plone-2.5 # PlumiSkin branch: https://svn.plone.org/svn/collective/PlumiSkin/branches/plumi-0.2-plone-2.5 # indytube branch: https://svn.engagemedia.org/project/indytube/branches/plumi-0.2.x svn switch https://svn.plone.org/svn/collective/ATVideo/branches/plumi-0.2.x ATVideo svn switch https://svn.plone.org/svn/collective/ATMediaFile/branches/plumi-0.2-plone-2.5 ATMediaFile svn switch https://svn.plone.org/svn/collective/PlumiSkin/branches/plumi-0.2-plone-2.5 PlumiSkin svn switch https://svn.engagemedia.org/project/indytube/branches/plumi-0.2.x indytube