How to show svn diff between tags in TeamCity? Follow
Folks,
I implemented my CI env like this. Each time svn is tagged, a new build is created and run, which uses the tag name. I want to show the svn diff between the two tags in TeamCity's web GUI.
Could I config each new build with a new tagged VCS root, and show the diff between tags somewhere?
Thanks,
Raymond
Please sign in to leave a comment.
Raymond,
Since tags in svn are usual directories TeamCity does not treat them in any special way, so there is no ability to display difference between the tags.
If you can formulate the issue more precise and with details, it can be filed into the issue tracker.
Marina,
Thanks, I work this around by creating diffs between tags and upload as artifact.
Raymond