• Hi everyone, I was wondering if any of you have any tips on keeping track of all the hacks and changes I have made in my blog. I know the plugins are easy, but I have customized my theme to the hilt, with little code changes here and there, and realized, if I ever switched themes, or had to reinstall, I wouldn’t remember all the changes I’ve made.

    Any suggestions as to an organized way to remember all that?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hmmm. I do a couple of things for this. First, I always place comments around any changes I make to core files with a standard text string, so I can search across my files for any changes I’ve made.

    I also use subversion (https://subversion.tigris.org/) to keep track of changes made, so I can drop back to a previous version if / when required.

    And if I’m performing an upgrade, I tend to install the new version in a different directory, and compare the directory trees of my working version against the new version with WinMerge (https://winmerge.org/).

    Thread Starter paqman

    (@paqman)

    Hey, those are great ideas, I’ll have to look into them.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Keeping track of hacks!’ is closed to new replies.