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.
If you have command line access to your server, and have a subversion client in your path, this method is the easiest.
Change directories to
wp-content/plugins
Make sure you've removed any existing installs of TubePress from this directory
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:
Change directories to
wp-content/plugins/tubepress
Execute svn update
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.
Use any SVN client to browse to http://tubepress.googlecode.com/svn/trunk/
Checkout the trunk
directory to a local directory called
tubepress
Upload the tubepress
directory you just created to your WordPress
installation at wp-content/plugins