Linking source files to cards

Mingle integrates with your team's subversion repository to link your code tocards. By typing card numbers in the subversion commit messages, Mingle automatically links code revisions with the cards that are referenced. All code revisions are also linked to Mingle's History tab, so you can always see what code changes happened relative to other changes in the project

Note: To use this feature, you must have successfully integrated your subversion repository with Mingle.

Mingle's Source tab lets you browse your entire SVN directory and shows:

Hint: Mingle's SVN integration is a great way to help new team members easily discover the code used to implement business requirements.

Mingle automatically scans all files in your SVN repository (based on the local directory path specified under Project admin > Project settings), and displays all revisions on the History tab.  

From the Source tab you can click on a revision number to view the source files that were changed in the revision and the actual changes against the previous version (diffs).

How to view details of revisions in your project's source repository

Using card keywords in subversion messages 

Before you can link card numbers to subversion messages, you must set up appropriate keywords so that Mingle identifies card numbers correctly and establishes the links between card numbers and code.

For example if you have a keyword of #, typing #1 in a commit message automatically creates a link to card number 1. When you're editing card number 1, you'll also see the source version and commit message in the card's History tab.

In the History tab for Card 1 above, you can see that Revision 937 addressed some aspect of this card (story 1). Clicking the Revision 937 link would take you to the Source tab where you could see all source files changed for that revision.

Back to Using Mingle