Tracking Code Changes
by Bryce · in General Discussion · 07/12/2009 (9:33 am) · 5 replies
Hello,
I had a thought yesterday...is there software that exists, specifically for Visual C++ 2008, that can compare two projects and tell you where they are different from eachother? I'm trying to find all of the little code changes I've made to document them.
Help is always appreciated!
I had a thought yesterday...is there software that exists, specifically for Visual C++ 2008, that can compare two projects and tell you where they are different from eachother? I'm trying to find all of the little code changes I've made to document them.
Help is always appreciated!
Associate Rene Damm
Then, there's version control tools. Basically no project or team is too small for this. If you do any level of programming/scripting, it's really best to use it. Subversion and Mercurial are two popular tools here with good support and integration. IIRC, at least for Subversion a free plugin for VC2008 exists. With version control, you could simply dump your log including the diffs and have a complete, commented changelog.
//Edit: typos