The following topic describes how to integrate TrackStudio with Subversion.
TrackStudio can be integrated with the Subversion version control system through our SOAP API. Subversion check-in messages, which are automatically appended to tasks. This ensures all changes are logged.
#!/bin/sh REPOS="$1" REV="$2" SVNLOOK=/usr/local/subversion/bin/svnlook $SVNLOOK log "$REPOS" | sh /devpack/link \ --url http://localhost:8888/TrackStudio --login svnLogin --password svnPassword
@echo off svnlook log %1 | c:/devpack/link \ --url http://localhost:8888/TrackStudio --login svnLogin --password svnPassword
To import an SVN message into TrackStudio commit your files. Message will be added to the tasks specified in the message body.
$ svn commit -m "This message should be added to the task #1 and #2."
Copyright (c) 2002-2006. All rights reserved.
|
What do you think about this topic? Send feedback!
|