The following topic describes how to integrate TrackStudio with SCM tools.
TrackStudio supports integration with both of CVS and Subversion version control systems. SCM integration lets one see SCM commit information relevant to each task and browse last commits for your repository. You can assign multiple different SCM repositories for each of your projects.
To assign a repository connection for your project:
To import CVS/Subversion 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."
cvs -z9 commit -m "This message should be added to the task #1 and #2."
2.8_bugs.txt (in directory C:\42\)
Checking in 2.8_bugs.txt;
C:/43/2.8_bugs.txt,v <-- 2.8_bugs.txt
new revision: 1.16; previous revision: 1.15
done
*****CVS exited normally with code 0*****