• I tried to upgrade my 2.7.1 install using SVN to 2.8 by doing:

    svn switch http://svn.automattic.com/wordpress/tags/2.8

    but that went horribly wrong, first of all not all the files were updated, so had to do an svn update after that, but ended up with the dreaded:

    Fatal error: Class ‘WP_Widget’ not found in $wordpress/wp-includes/default-widgets.php on line 15

    At this point I grabbed the 2.8 tarball and diff’d the 2.8 SVN with the tarball and found that there were significant differences that were implicated in my problems. I have ended up rsync’ing the files from the 2.8 tarball over the SVN just to get it working again. 🙁

Viewing 1 replies (of 1 total)
  • Hi,

    same problem here. First I noticed the repository URL had switched, so I used the –relocate option to relocate the 2.7.1 tag.

    $ svn sw --relocate http://svn.automattic.com/wordpress/tags/2.7.1 http://core.svn.wordpress.org/tags/2.7.1

    This seemed to worked fine. I then did the switch to the 2.8 tag using

    $ svn sw http://core.svn.wordpress.org/tags/2.8/ .

    which also worked. But then when accessing the site I got the folllowing error:

    Parse error: syntax error, unexpected T_SL in /[webserver-path]/wp-load.php on line 49

    I then used the version from the zip file which works but still gives me the message that I should upgrade to 2.8 although version number shows 2.8 (has already been discussed in other threads).

    I’d really like to continue using SVN though. For now it’s good to know I’m not the only one with subversion problems here.

Viewing 1 replies (of 1 total)
  • The topic ‘2.8 SVN tag not the same as 2.8 tarball ?’ is closed to new replies.