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?
Tag archives for version control
-
-
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…