Tag archives for version control

  1. Missing .svn directories →

    So I think I’m a bit late to the party, but if you’re not seeing .svn folders inside of your subversion directories’ subfolders, this is likely the reason. Good. to. know. Side note: If you’re actually still using SVN, why aren’t you using Git?

  2. Git update tip: git add and git remove with one step

    At Crowd Favorite we keep a github mirror repo of several plugins that we integrate into client sites; this helps w/ our workflow as we can utilize git submodules for the plugins. When upgrading a plugin, it’s easiest to rm * the contents of the plugin (besides the .git folder) and then svn export –force…