System for tracking code changes when upg |
Post Reply |
Author | |
edwardmills
Groupie Joined: 16-August-2006 Location: United States Status: Offline Points: 0 |
Post Options
Thanks(0)
Posted: 19-December-2006 at 4:35pm |
Hi all
This will definitely reveal my newbie status. How are some of you more experienced programmers tracking and reloading the custom changes you make when you upgrade to a new version of PC? EI wants me to upgrade to 3.04 before troubleshooting an issue and I realize "D'oh!" that I have not been keeping track of the changes I've been making to the code. Just wondering if anyone has any time-saving tips I might use for the next round. Thanks ed |
|
JoltDigital
Certified ProductCart Developers Joined: 26-October-2005 Location: United States Status: Offline Points: 0 |
Post Options
Thanks(0)
|
A couple of tips: 1. Place all mods in seperate include files and the include files in their own directory |
|
edwardmills
Groupie Joined: 16-August-2006 Location: United States Status: Offline Points: 0 |
Post Options
Thanks(0)
|
Thanks for the tips. Unfortunately you lost me at the part about Include Files and Calls. I can figure out how to cut and paste things around in the ASP files and stuff like that. But beyond that I'm out of my league. You're probably thinking about now that if that's the case I shouldn't be messing around in the code at all. And you're probably right! But alas, I can't leave well enough alone. So I've got a bunch of ASP files with changes and some notes that may or may not help me when I upgrade.
Seriously, though, is there a resource you can suggest that would guide me through the process of creating these includes and the calls to them? Much appreciated. ed |
|
watercrazed
Groupie Joined: 31-December-2005 Location: United States Status: Offline Points: 0 |
Post Options
Thanks(0)
|
There are several pieces of software the will do file compares based on the content. Off hand I don't remember specific names well enough to recommend one though. One suggestion, get a clean install of the version you are now using and run some file compare software to find where your changes are, markup the pages in your version. as suggested by the earlier poster. However commenting the start of the change, the purpose, and date and commenting the end of the modified code right in the page being modified can work too.
P.S. ( a rough approximation) include files are used in the page you are working on, but stored seperately and then referenced with an include statement. the software then in essence pastes the include file into the page you are working on when it is accessed by the browser. |
|
ProductCart
Admin Group ProductCart Team Joined: 01-October-2003 Status: Offline Points: 135 |
Post Options
Thanks(0)
|
Many of us here at Early Impact use ExamDiff Pro. www.examdiff.com
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |