Quote from: ergophobe on December 09, 2010, 05:05:50 PM
... there had to be some CVS/SVN/git solution for Wordpress, but I had never heard of any. Thanks!
You can use plain old subversion to manage WordPress installs:
Install:
Code Select
svn checkout http://core.svn.wordpress.org/tags/3.0.4/ . (replacing 3.0.4 with current version)Upgrade:
Code Select
svn switch http://core.svn.wordpress.org/tags/3.0.4/I don't do WordPress although I've dabbled with it in the past. The thing I hate about WordPress is that it seems to have some fundamental security issues, serious bugs just keep occurring again and again. Its profile is too high, its footprint is too visible and it is way too much of a hacker target.
