The MU forums have moved to WordPress.org

SVN Downloads (6 posts)

  1. c0y0te
    Member
    Posted 16 years ago #

    Hi there.

    I'm trying to ensure I've got the latest updates/code from the SVN system, but I think I'm missing something obvious here. I've installed 1.2.1 and want to overwrite with later files/code. When browsing the "Trunks" I can see files with more recent dates, and I can download invidual files but is there a way to just download multiple files?

    In other words - is there some way within SVN for me to select more than one source .php file at a time and then download them all. In particular I'm looking for all files updated since the release of 1.2.1

  2. nims
    Member
    Posted 16 years ago #

    even I would like to know about this.

  3. dsader
    Member
    Posted 16 years ago #

    Browse the tags
    http://trac.mu.wordpress.org/browser/tags pick a folder, look for the zip at the bottom.

  4. drmike
    Member
    Posted 16 years ago #

    That's close.

    http://trac.mu.wordpress.org/browser/trunk

    Link at the bottom of the page for the most updated version. Using the tags wouldn't pick up any changes since the latest tagged version.

  5. xiand0
    Blocked
    Posted 16 years ago #

    c0y0te, you can checkout SVN (subversion).

    svn co http://svns.automattic.com/wordpress-mu/trunk/

    You must, for some reason, give them a username and password OR NO CHECKING OUT FOR YOU. You can use same username/pass as you are using here on the forum, so it's not that big deal (You obviously already have a username and password).

    You can later cd into the trunk directory it makes and run

    svn update

    and that will wh0re down the changed files and give you the latest version.

  6. drmiketemp
    Member
    Posted 16 years ago #

    You have to have a svn client installed to do that though.

About this Topic

  • Started 16 years ago by c0y0te
  • Latest reply from drmiketemp