-
Recent Posts
Recent Comments
Archives
Categories
Meta
Tag Archives: subversion
Setting up SVNSync and SVN-Notify
Long story short, I wanted to get commit emails for a Subversion repo. I don’t have any admin rights to the repo so I figured the easiest way was to just setup a local repo, keep up to date with … Continue reading
Revert to a Previous Version in Subversion
Most of the time when I’m working with code that is checked out from Subversion it’s moving forward, version after version. There are times though where I need to revert back to a previous version (one reason you should have … Continue reading
Installing WordPress As A Subversion Checkout ( Or External ) In A Subdirectory
My preferred method for installing WordPress is to check it out from the Subversion repository (http://svn.automattic.com/wordpress/). Recent versions of WordPress have added support to allow wp-config.php and wp-content to live outside of the WordPress directory. Here’s the steps to make … Continue reading