We use SmartSVN at my company, and one of the features we use heavily is the ability to export a diff file as an HTML page. Each developer will export all of their HTML diff files together in a .zip document and we will use this for a code review and for required legal evidence of what we changed.
This becomes an issue when we have to do this for a large number of file changes. For every file I change I have to open the diff viewer, file, export as diff. Is there any way to automate this? I'm not tied to SmartSVN exclusively to do this, but right now I know no other way.
Last updated