Search Results for

  • 4.8.07 (Live and) learn SVN posted in Web Design, Geekery

    I upgraded the blog to version 2.1.3 using subversion. I have a pretty decent workflow hammered out, but it was painful getting here. I can’t blog about it until I’ve smoothed out all the things I did wrong to start with. You wouldn’t believe how many times I ended up deleting the checkout that became my production version because I didn’t read the part of the book about the file:// protocol. We’ll have a lot of topics to cover when I’m ready:

    Read the rest of (Live and) learn SVN...

  • 4.6.07 Finally Subverted posted in Geekery, Website Updates

    I finally took a few minutes and finished learning what I needed to know about Subversion in order to get my entire blog under revision control. I now have a local working copy that I can modify and test with a local database, and then when it’s working I can commit the changes to the main repository. Then I just update the live install from the server and everything is synced up. Now I can revert my changes, keep a log, and feel a little safer when upgrading. And I can work from multiple machines without getting out of sync! I’m not convinced I’ve got the ideal workflow yet, but it’s working, and I’m happy. As I perfect the workflow, I intend for it to become a part of every web project I work on…

    Read the rest of Finally Subverted...