Featured Posts

Earn Residual Income Residual income is a passive or recurring income that continues to generate after the initial effort. Most people earn "linear" income or receive a "one-shot" compensation. Royalties, rent from properties,...

Read more

Job Opportunity Looking for work? Want to earn a few extra bucks? Start full-time or part-time. Be your own boss. Have the flexibility and the freedom. It's a business opportunity where you supply consumers with services...

Read more

Get Paid While Using Your Phone Imagine getting paid each time you or someone else makes a phone call, watches tv, surfs the internet, or uses gas and electricity. Imagine getting paid every month, every year, or over an entire lifetime....

Read more

  • Prev
  • Next

WordPress Subversion Checkout

2

Category : Internet, Linux, WordPress

I finally converted several of my blogs to use the WordPress Subversion Checkout. This means any future upgrades are directly taken from the WordPress Repository using the Subversion checkout command. Future upgrades are going to be fast, easy and convenient. No more downloading and FTPing of files. It takes just a simple command to upgrade WordPress to the latest version. I’m upgrading to WordPress version 2.3.1 here as an example.

cd blog
svn sw http://svn.automattic.com/wordpress/tags/2.3.1

I can also upgrade to the latest “bleeding edge” development version by getting the source directly from the trunk, but I’m not that adventurous. I rather run a stable version from a standard WordPress release.

Installing a new WordPress blog using Subversion:

mkdir blog
cd blog
svn co http://svn.automattic.com/wordpress/tags/2.3.1 .

Don’t forget the dot in the end. You don’t want a folder named ‘tags/2.3.1′ installed on your blog directory.

Updating the blog from the repository:

$ cd blog
$ svn up

Post to Twitter Post to Plurk Post to Yahoo Buzz Post to Delicious Post to Digg Post to Facebook Post to MySpace Post to Ping.fm Post to Reddit Post to StumbleUpon

Comments (2)

Ulysses,
Does Dreamhost have a referral program? I’m thinking about switching hosts (my current host doesn’t have subversion) and I thought I’d check so you can get credit.

Hi Tim,

Yes, Dreamhost has a referral program. Just use this link.

Thank you.