The Subversion integration is used to link cards in Tools For Agile to code commits in subversion.
This integration is achieved by using an svn post-commit hook which uses the Tools For Agile API to update the card.
The svn integration has the following pre-requisites that need to be installed on the same machine as the subversion server:
Download the svn integration here :
cmd)C:\Python27\python.exe distribute_setup.pypython2.7 distribute_setup.py from the terminalcmd)C:\Python27\python.exe setup.py installpython2.7 setup.py install from the terminalhooks. Copy all three files into that directorysvn_toolsforagile.py file in a text editorhttp://myserver/svn/view?id=%s then when creating the link, the integration will replace %s with the revision number and save the link. Then you can click the commit in the Card details page and go directly to view the URLpost-commit.log is created in the hooks directory. This file will have details of successful links as well as errors in case anything goes wrong. Please contact support@toolsforagile.com with the contents of this file