8 responses to “Updating WordPress with Subversion and sitecopy”

  1. Scot Hacker

    I’m the author of the Codex article on using svn. Your tip here is interesting. Could you possibly flesh it out with a bit more information? What is the -export flag for and how is it operating in this example? What is “sitecopy” and how it being used here?

    Thanks,
    Scot

  2. Scot Hacker

    Thanks Carlo. Interesting – had never heard of sitecopy. My cPanel server doesn’t have that command, so unfortunately, these instructions would require getting the assistance of a sysadmin to install an uncommon binary for users. Regardless, you might want to flesh it out and add it to the Codex (so others can help refine it), rather than just posting it on your blog.

  3. Bob

    Why not do it in one step:
    svn export –force http://svn.automattic.com/wordpress/tags/2.1.1/ wp_blog

  4. Bob

    OK, I think the confusion is that I’m running the ‘svn’ command on the same server that hosts my blog, so I can export the files directly to my WordPress directory. Your case is where you need to run svn on some other computer then upload it to server with the blog. Correct?

Leave a Reply