Downloads

Download tar.gz 45.39 KB
MD5: afea880b43b92df45d78f8227fed54f7
SHA-1: 0c4aeca33afd4a2cb18fe7df94a4cdbc1fcc6943
SHA-256: 803d11a3a81659c025a20950b03b5125c5127f71983e0a8d7d5ba9db4f802b67
Download zip 52.25 KB
MD5: a613f5d654ebf45ccd62e8d1af06b073
SHA-1: 051db546a78b33d872eebc78de9ec9814b88ca8e
SHA-256: 340393bc2cb6adbb9f45c6f931929457a11cdb52b052075e895379ae0b8b8a04

Release notes

Companion release to versioncontrol 6.x-1.0-rc1. Apart from minor bugfixes and improvements, this release comes with a wholly new module which fills in the last bit of functionality that was missing compared to cvs.module.

Say hello to the release node integration module, a.k.a. versioncontrol_release, which now ships with versioncontrol_project. When this module is enabled, release node creation and editing will be changed (for VCS backends that support this functionality) to a form where you can select tags and branches and create a release node associated to that tag or branch. Once a VCS-integrated release node is created, you can run the release script (versiocontrol_release/scripts/package-release-nodes.php - best run with cron, create appropriate configuration beforehand) and let that script generate tarballs for your site like drupal.org does for your releases.

The nice thing is that it will also work with VCS backends other than the CVS one, at least once support for that functionality has been implemented in the respective backend. Release node integration also degrades gracefully when the required functionality is not supported by a backend - in that case, standard release node creation will apply.

Other improvements compared to the last beta:

  • Make project page links work with current CVS versions of the Project module.
  • When project issues are enabled, all project maintainers (users with commit access) are now able to assign issues to each other.
  • Still work correctly with the current Version Control API release candidate, due to adapting to a small API change.

Can't be long, and previous users of the Subversion module will indeed get what they came for. We just need someone to implement a couple of functions in the SVN backend, then release tarballs for SVN projects are absolutely possible!

Created by: jpetso
Created on: 9 Apr 2009 at 01:01 UTC
Last updated: 9 Apr 2009 at 01:05 UTC
New features
Bug fixes
Unsupported

Other releases