Embracing the Messiness in Search of Epic Solutions

Month: December 2013

  • IntelliJ: Configuring SVN Ignored Files

    OVERVIEW Whenever we share a project in SVN or checks out a project from SVN, we have to perform a one-time configuration on the project to ignore selected files from being committed into SVN. That said, this configuration will only work if the files are not already in SVN. PROBLEM Let’s assume we have a… Read More…