Tag Archives: SVN

Installing and Updating WordPress with SVN from the Linux CLI

I’ve been using wordpress since the early 2.x releases. One thing that used to get me down was having to apply all the updates to wordpress as they were especially frequent in 2.x release. While wordpress has an automatic update … Continue reading

Posted in IT, Web Development | Tagged , , | Comments Off on Installing and Updating WordPress with SVN from the Linux CLI

Upgrading from WordPress 2.9 to WordPress 3.0

I’ve my WordPress installed using SVN, and it was easy to upgrade WordPress 2.x to 3. WordPress have great docs and help on everything needed. #cd ~/public_blog #svn switch –relocate http://svn.automattic.com/wordpress/tags/2.9.2/ http://core.svn.wordpress.org/tags/2.9.2/ #svn sw http://core.svn.wordpress.org/tags/3.0/ . The main blog didn’t … Continue reading

Posted in IT, Web Development | Tagged , | Comments Off on Upgrading from WordPress 2.9 to WordPress 3.0

TortoiseSVN Cache Authentication

I mentioned previously over on the Linux Wiki how to remove cached SVN authentication details from your linux shell account. So after reading about how the Apache Foundation Ubuntu’s servers were compromised by hackers and how cached svn authentication details were used, … Continue reading

Posted in IT, Security | Tagged , | Comments Off on TortoiseSVN Cache Authentication