All development commits happen on branches. We mandate entering defect numbers in commit log. But, once the branches are merged to trunk, there are no records of the defect numbers. I am looking for some advise on tracking defects that are part of a build done from trunk.
All development commits happen on branches. We mandate entering defect numbers in commit log.
Share
You need to use the
--use-merge-historyoption, or-gfor short.svn log -gwill include the commit messages of the merged commits.If you use TortoiseSVN, you can check the “Include merged revisions” checkbox in the log dialog.