CdmDataportalRelease » History » Revision 2
Revision 1 (Andreas Kohlbecker, 10/18/2012 11:12 AM) → Revision 2/15 (Andreas Kohlbecker, 10/18/2012 11:15 AM)
## How to do a [[CdmDataportal]] Release create release tag and branch for the module ~~~ svn mkdir http://dev.e-taxonomy.eu/svn/trunk/drupal/modules/cdm_dataportal http://dev.e-taxonomy.eu/svn/tags/drupal/module-cdm_dataportal-RELEASE-3.0.13 svn mkdir http://dev.e-taxonomy.eu/svn/tags/drupal/module-cdm_dataportal-RELEASE-3.0.13 http://dev.e-taxonomy.eu/svn/branches/drupal/module-cdm_dataportal-RELEASE-3.0.13 ~~~ create release tag and branch for the themes ~~~ svn mkdir http://dev.e-taxonomy.eu/svn/trunk/drupal/modules/cdm_dataportal http://dev.e-taxonomy.eu/svn/tags/drupal/module-cdm_dataportal-RELEASE-3.0.13 svn mkdir http://dev.e-taxonomy.eu/svn/tags/drupal/module-cdm_dataportal-RELEASE-3.0.13 http://dev.e-taxonomy.eu/svn/branches/drupal/module-cdm_dataportal-RELEASE-3.0.13 ~~~ create the _module-cdm_dataportal_ archive ~~~ svn export http://dev.e-taxonomy.eu/svn/branches/drupal/module-cdm_dataportal-RELEASE-3.0.13 tar czf cdm_dataportal-3.0.13.tar.gz cdm_dataportal-3.0.13 ~~~ create the _drupal5-cdm_dataportal_ archive ~~~ wget http://wp5.e-taxonomy.eu/download/dataportal/3.0.12/drupal5-cdm_dataportal-3.0.12.tar.gz tar xzf drupal5-cdm_dataportal-3.0.12.tar.gz ~~~