Tag: version control

  • Developer advice

    As the organizer of the SoFloPHP User Group I am often approached by entry to mid-level developers asking what they can do to advance in their career or become better developers.  Of course I am nowhere near perfect but have been around long enough to get a few bumps and bruises along the way, so […]

  • Subversion force comments to be entered

    wanted to force someone to put in comments when they did a commit. So, below you will find what I did to enforce that. (I am sure that there is a more graceful way to do it, but this is how I did it. With a default install of Fedora Core 4, Apache 2, and […]

  • Make Subversion send an email upon post-commit

    ore than a week ago I wrote about getting Subversion running remotely. However, now that I have multiple people using it remotely I want to know when someone commits changes. I have come to find out that this is very simple to do using hooks. However, I did run into a little trouble configuring it. […]

  • Getting Subversion working remotely

    I was having major problems getting Subversion to work when working remotely. After searching all over the place, I finally found a bunch of fixes that added together was my answer. So I am putting them here all here. First, I am using the standard install of Fedora Core 4 with Apache 2 and Subversion […]