ScrumDesk plugin for Subversion allows to teams to integrate these systems.
Commit comments are synchronized into story comments.
Server installation procedure depends on your Subversion server application. Check server documentation for details where hook should be installed.
Configure post-commit command in Subversion:
"ScrumDeskSubversionHook.exe" "%1" %2
Configure following values in ScrumDeskSubversionHook.exe.config:
connectionString="Data Source=<ScrumDesk server>;Initial Catalog=<ScrumDesk Database>;User ID=<SQL User>;Password=<SQL password>"
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.