1.2 Subversion

Interested in testing the bleeding-edge version of TubePress? You can use any Subversion client to check out the latest developmental build of the WordPress plugin.

1.2.1 Command line

If you have command line access to your server, and have a subversion client in your path, this method is the easiest.

  1. Change directories to wp-content/plugins

  2. Make sure you've removed any existing installs of TubePress from this directory

  3. Execute svn checkout http://tubepress.googlecode.com/svn/trunk/ tubepress

That's it! You'll now be using the very latest build of the plugin. You can now upgrade at any time with the following commands:

  1. Change directories to wp-content/plugins/tubepress

  2. Execute svn update

1.2.2 FTP

You'll need to check out the latest build locally (i.e. to your desktop machine) and then upload it to your server using FTP.

  1. Use any SVN client to browse to http://tubepress.googlecode.com/svn/trunk/

  2. Checkout the trunk directory to a local directory called tubepress

  3. Upload the tubepress directory you just created to your WordPress installation at wp-content/plugins