Developing Java applications, every now and then you use subversions "compare revisions" to check what when a change was made. By whom. And why.
The last part is difficult as this completely depends on the level the developer documented the reason.
The second and first part, when and by whom, subversion is of good help. At least you get to see exactly what changed when and who checked the code in.
Am I correct that nothing like that is available for the Mx code at the moment?
Just now, I had to determine why a rollback was build in. I wanted to know who did it and when. The only thing I could come up with is opening old versions and looking into this specific MF to see if the change was there already.
Another thing is the way I have to find the differences between two versions of a MF. Am I correct that the only way to determine the changes is to visually check the MF's?
As the title says, would be great to have good developer support for these tasks.