[wp-hackers] 2.0.3 changed files list, changed files zip, changes diff

Owen Winkler ringmaster at midnightcircus.com
Thu Jun 1 13:41:52 GMT 2006


Mark Jaquith wrote:
> I compiled a changed files zip (contains only files that have changed 
> since 2.0.2) and a changes diff (2.0.2 => 2.0.3 patch) as well as a list 
> of the files that have changed in 2.0.3
> 
> http://markjaquith.wordpress.com/2006/06/01/wordpress-203-upgrade-changed-files-zip-changes-diff-changed-files-list/ 
> 
> Thought it might help those of you who have to upgrade a whole bunch of 
> blogs and don't want to be staring at an FTP upload screen for longer 
> than you have to be.

Also, for a fresh install:

# svn co http://svn.automattic.com/wordpress/branches/2.0

Or for an existing svn checkout (this will update you to the latest 2.0 
branch version and also reset your checkout to point at the correct 
branch location):

# svn switch http://svn.automattic.com/wordpress/branches/2.0

Then on the next new 2.0 release it's as easy as:

# svn up

It may be worth it to get svn installed just to avoid the possible head 
trauma induced by making a 2000+ line unified diff work.  That is, if 
you're already using a command line.

Owen



More information about the wp-hackers mailing list