Here are the tools that I’m using to improve my Twitter experience
Windows Vista source code - Windows Vista source codePosts tagged as:
subversion
Daily del.icio.us for April 4th through April 6th
{ 0 comments }
Upgraded to WordPress 2.5
I know the latest release of WordPress, v2.5 is not officially out but I have been running WordPress 2.5 from their Subversion repository trunk for about the last week. My initial thoughts on the 2.5 release are very positive and all of my plugins and themes have worked without any major changes. Most plugin and theme authors are already busy upgrading their stuff to the latest code.
Some of the new features include a customizable dashboard, multi-file upload, built-in galleries, one-click plugin upgrades, tag management, built-in Gravatars, full text feeds, and major performance improvements. Apparently, the Automattic crew has been working with the folks at Happy Cog — Jeffrey Zeldman, Jason Santa Maria, and Liz Danzico — to redesign WordPress from the ground-up. The result is a new way of interacting with WordPress that will remain familiar to seasoned users while improving the experience for everyone. It's more than just a new CSS - it's a very nice redesign of the user interface that may require a little time to get familiar with, but it's worth the effort as the new interface is very user-friendly, slick, and powerful.
Do this at your own risk as this is still pre-release software, but if you want to run the latest development trunk of WordPress, use the checkout command (svn co) to get the latest code and then an update once you get the latest code to make sure you are getting the latest code (svn update).
Tags: automattic, blog, cms, css, subversion, upgrade, WordPress
Related posts
{ 0 comments }
Daily del.icio.us for January 29th
Related posts
Daily del.icio.us for Mar 05, 2007 through Mar 06, 2007
Related posts
Subversion & Proxy Servers
Is there a known issue with Subversion and proxy servers? I guess I should have run into this years ago but I don't ever remember having an issue. I just got a new laptop with a fresh install of Windows XP and connection out to the Internet is using a Squid proxy server. When I connect to my Subversion server using TortoiseSVN (1.4.0-RC1), I get a following error message:
svn: REPORT request failed on '/svn/!svn/vcc/default'
svn: REPORT of '/svn/!svn/vcc/default': 400 Bad Request (http://www.vinnycarpenter.com)
I know the issues isn't with TortoiseSVN as I get errors connecting using command line tools, IntelliJ IDEA and Eclipse with the Subclipse plugin. Is this a known issue? The Subversion FAQ doesn't really have any answers and the recommendation of adding extension_methods in the FAQ didn't work. Anyone else run into this?
Tags: apache, proxy_server, squid, subversion, TortoiseSVN