VB Source Code Comparison Tool?
-
-
I am staring at a huge VB6 project. I need a tool that will compare the current release to the last release source file by source file. Basically I need to know what's been changed since the last release. Can you recommend a tool that does this? Wayne
wcater wrote: I am staring at a huge VB6 project. I need a tool that will compare the current release to the last release source file by source file. Basically I need to know what's been changed since the last release. Can you recommend a tool that does this? Wrong forum, but try Windiff or the VB/VB.NET forums[^] -Nick Parker
-
I am staring at a huge VB6 project. I need a tool that will compare the current release to the last release source file by source file. Basically I need to know what's been changed since the last release. Can you recommend a tool that does this? Wayne
VSS? WinDiff? J
"You can get anything you want at Alice's Restaurant."
-
I am staring at a huge VB6 project. I need a tool that will compare the current release to the last release source file by source file. Basically I need to know what's been changed since the last release. Can you recommend a tool that does this? Wayne
-
Yeah, it would be really nice if someone came up with the versioning features that Word had , for VS6/VS .NET. Unfortunately, they haven't so what I do is use WinDiff.
-
I am staring at a huge VB6 project. I need a tool that will compare the current release to the last release source file by source file. Basically I need to know what's been changed since the last release. Can you recommend a tool that does this? Wayne
wcater wrote: I am staring at a huge VB6 project. I need a tool that will compare the current release to the last release source file by source file. Check-in both versions to your favorite source control software (mine is CVS, but most VB programmers find it cumbersome. Actually, they find almost anything that isn't VB cumbersome). After all, like most good programmers, you probably only work with a source control software, right? :-D Kant wrote: Actually she replied back to me "You shouldn't fix the bug. You should kill it"
-
I am staring at a huge VB6 project. I need a tool that will compare the current release to the last release source file by source file. Basically I need to know what's been changed since the last release. Can you recommend a tool that does this? Wayne
I use ExamDiffpro and it works well. http://www.prestosoft.com/ps.asp?page=edp_examdiffpro[^]
Paul Watson wrote: "At the end of the day it is what you produce that counts, not how many doctorates you have on the wall." George Carlin wrote: "Don't sweat the petty things, and don't pet the sweaty things." Jörgen Sigvardsson wrote: If the physicists find a universal theory describing the laws of universe, I'm sure the asshole constant will be an integral part of that theory.
-
I am staring at a huge VB6 project. I need a tool that will compare the current release to the last release source file by source file. Basically I need to know what's been changed since the last release. Can you recommend a tool that does this? Wayne
Do you have a recent starter in your department? If so dump this task on them - that way they are kept busy and learn how your app works at the same time....unless, of course this was just dumped on you? I'll get my coat... '--8<------------------------ Ex Datis: Duncan Jones Merrion Computing Ltd
-
I am staring at a huge VB6 project. I need a tool that will compare the current release to the last release source file by source file. Basically I need to know what's been changed since the last release. Can you recommend a tool that does this? Wayne
Windiff c:\newcode\*.cls c:\oldcode\*.cls This will list all the files and the ones in red will be the ones that have changed. You can then select that file and view the differences.
-
I am staring at a huge VB6 project. I need a tool that will compare the current release to the last release source file by source file. Basically I need to know what's been changed since the last release. Can you recommend a tool that does this? Wayne
You won't find a better file comparison tool than Beyond Compare !!! It's the best I've used, ever -- Hands Down!
There are only 10 types of people in this world....those that understand binary, and those that do not.