Monthly Archive for February, 2009

23 Feb 2009

BASH Script to Update WordPress via Subversion (SVN)

Yet another BASH script that will automatically update your WordPress installation via Subversion (SVN). Run this script manually or using crontab (preferred). Really suitable if you run multiple WordPress installation in your hosting account. Modify this script according to your WordPress installation and server preferences. #!/bin/bash WP_VERSION=”2.7″ SVN_REPO=”http://svn.automattic.com/wordpress/branches/$WP_VERSION” ROOT_DIR=/home/user/public_html REPO_REV=`svn info $SVN_REPO | grep -r [...]

22 Feb 2009

WordPress Plugin Directory, Subversion (SVN) Repository

WordPress Plugin Directory http://wordpress.org/extend/plugins/ WordPress Plugin (SVN) Repository http://plugins.svn.wordpress.org/ http://svn.wp-plugins.org/