===================
package_svn_prepare
===================

create a new package with paster::


  >>> import os
  >>> os.mkdir('plone.example')


now run the prepare_svn_package::

  >>> from collective.releaser.project import console_make_svn_structure_for_package as st
  >>> st('plone.example') 
  creating plone.example/tags
  creating plone.example/branches
  creating plone.example/trunk
  ...


