Search
Categories
Tags
- Adobe
- backup
- benchmark
- Cat 5e
- CMSs
- computers
- css
- disk
- diy
- exchange
- Fireworks
- home
- html
- IE6
- Installation
- IT
- KVM
- LAN
- mssql
- MySQL
- network
- project
- publish
- router
- sharepoint
- Software
- static
- student
- SVN
- upc
- USB
- video
- virtualbox
- vista
- VM
- VPS
- windows
- windows 7
- windows7
- Windows XP
- woodwork
- wordpress
- xhtml
- xp
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 Installation, SVN, wordpress
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 CMSs, SVN
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