Redmine Checkout Plugin 0.5 released

Added by Holger Just about 1 month ago

I just released a new version of the Redmine Checkout Plugin.

The goal of this release was to have the ability to define multiple URLs per repository. This is needed by e.g. Git. A common protocol choice for a self-hosted Git repository would look like this:

  • traditional Git protocol (read-only)
  • Git+SSH (read+write)
  • Git over WebDAV (read+write)

As these three protocols all run by different URLs, it was necessary to derive the protocol URLs from the base repository and have some kind of URL switcher on the user-facing side. Also added was the ability to add a repository description.

For a complete overview of the changes see the Roadmap at 0.5 Release.

As always the plugin can be seen in action on the projects repository. Installation instructions and further information can be found at the Wiki.

If you need help or have feature requests, feel free to file issues on the public issue tracker.

--Holger Just


Comments