-
Archives
- July 2010
- January 2010
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- July 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
-
Meta
Tag Archives: bzr
Bazaar: DVCS for Dummies
I like Bazaar (bzr). It doesn’t make me popular in the Mercurial-centric Pythonosphere. It doesn’t make me a 1337 über hacker like git would. However, it does meet the most important criteria: It just works for me. Now for the … Continue reading
Why not Subversion + DVCS of Choice?
A follow-up to my last post on DVCSes… Gnomers have been discussing DVCSes a lot lately, and at least one seems to prefer bzr as the repository format and git as the protocol it speaks. If this sounds like madness … Continue reading
Time to Learn Git?
Update: Doh! Sorry for flooding everyone’s feed readers with my epic post. Evidently WordPress ignored my “more” tag. I think I ran into this problem before… Update 2: Retracted the meaningless Google Trends point. Thanks to commenters for pointing out … Continue reading
Hzzah: AJAX Searching, Grouped Searches, and Version Numbers
AJAX Searching Thanks to jQuery and the jQuery History plugin, searching is now done via AJAX but it doesn’t break your back and forward buttons. The navigation callback in JavaScript ought to be more of a proper state machine, but … Continue reading
Introducing Hzzah!
from the I-can-haz-a-search-engine department… Update: Sorry about the tacky donate link all. I tried to hide it from feed readers with WordPress’s <!–more> feature, but evidently that doesn’t apply to feeds. When it comes to market share, Google is to … Continue reading
Posted in Open Source, Python, Technology
Tagged boss, bzr, django, google, hzzah, hzzah.com, opensource, Python, yahoo
1 Comment
Simple WordPress Upgrade Using Subversion
I’ve been using subversion to update WordPress for a few minor revisions now. I simply followed the 2.2 branch and ran… svn up …to update my code. Today I ran… svn switch http://svn.automattic.com/wordpress/branches/2.3 …followed by visiting the upgrade script page … Continue reading
Posted in Open Source, PHP, Technology
Tagged bzr, Open Source, PHP, subversion, wordpress
1 Comment