Embracing the Messiness in Search of Epic Solutions

Tag: Subversion

  • IntelliJ: Handling SVN Global Ignore List

    PROBLEM Every time we check out a project from SVN for the first time, we always have to remember to set the SVN ignore list in IntelliJ. SOLUTION NOTE: We only need to perform these steps just once per development machine. To do so, we configure the SVN global ignore list and have IntelliJ to… Read More…

  • 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…