The MU forums have moved to WordPress.org

Running Wordpress MU off its svn trunk? (31 posts)

  1. MrBrian
    Member
    Posted 15 years ago #

    Here are some tricks to help those running off the trunk. Here's a useful bash script I wrote to svn update everything but the wp-content folder. svn won't work sometimes if you delete the default themes or svn files, so this script comes in handy as a quick updater. Bash scripts can only be ran from shell, google if you don't know how to use them.

    http://pastebin.com/f3a8d869

    Also, heres some .htaccess code to prevent prying eyes looking at the .svn files.

    <Files ~ "^.svn">
    Order allow,deny
    Deny from all
    Satisfy All
    </Files>

About this Topic

  • Started 18 years ago by sbraford
  • Latest reply from MrBrian