What are the best practices for upgrading and managing my code changes?
I am using Classipress 3.2 and a child theme along with some generic
WP plugins. I am maintaining a list of files that I have modified or change and that list is growing to about 15 files now. Every time a upgrade, I have to update
WP, update CP, update the child theme, then go back and redo every change I have ever made to the system. It's starting to take some time now. Is anyone is using subversion or is there a cleaner way to incorporate my changes into the newer code?
Most of my changes are just text changes...but they are numerous. There are also some functional changes but they are fewer.
What is the best way to manage this?