Subversion plug-in :: ScrumDesk – scrum project management tool

Subversion plug-in

ScrumDesk plugin for Subversion allows to teams to integrate these systems.

Commit comments are synchronized into story comments.

Installation

Server installation procedure depends on your Subversion server application. Check server documentation for details where hook should be installed.

  1. Download ScrumDeskSubversion Hook
  2. Unzip it to computer with Subversion server.

Configuration

Subversion

Configure post-commit command in Subversion:

"ScrumDeskSubversionHook.exe" "%1" %2

ScrumDeskSubversionHook

Configure following values in ScrumDeskSubversionHook.exe.config:

  1. Configure Database connection according to ScrumDesk configuration.
  2. connectionString="Data Source=<ScrumDesk server>;Initial Catalog=<ScrumDesk Database>;User ID=<SQL User>;Password=<SQL password>"
  3. Configure a path where SVNLook.exe is on the server in SVNLookPath.
    <setting name=”SVNLookPath“ serializeAs=”String”>
    <value>c:\Program Files (x86)\VisualSVN Server\bin\svnlook.exe</value>
    </setting>

Commit comment format

Once the  installation and configuration is done, ScrumDesk hook will synchronize commit comments into ScrumDesk as comments for all stories identified with # character in the comment.

Commit comment example:

Story #5350 done.

This comment will be written as comment of a story with ID equal to 5350.

Commit time, changed file and subversion account is written as the comment.

Subversion Hook integration story comment