<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="http://happypixels.com/taxonomy/term/123/0" xmlns:media="http://search.yahoo.com/mrss/" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>bzr</title>
    <link>http://happypixels.com/taxonomy/term/123/0</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Upgrading large &amp; complex sites</title>
    <link>http://happypixels.com/blog/upgrading-large-complex-sites</link>
    <description>&lt;div class=&quot;field field-type-filefield field-field-image&quot;&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;img src=&quot;http://happypixels.com/sites/happypixels.com/files/imagecache/teaser/images/upgrading_drupal_0.png&quot; alt=&quot;&quot; title=&quot;&quot;  class=&quot;imagecache imagecache-teaser imagecache-default imagecache-teaser_default&quot; width=&quot;220&quot; height=&quot;140&quot; /&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Upgrading Drupal websites from one major version to the next is painful. Most people solve the problem by &lt;a href=&quot;http://blamcast.net/articles/new-drupal-statistics&quot;&gt;sticking with the old version&lt;/a&gt;, and I&#039;ve seen a lot of people give up after trying for many days. I&#039;ve myself done a good amount of (successful) upgrades from Drupal 5 to Drupal 6 in the past year and decided to share my experience and hopefully help some people get through with it. My presentation &lt;a href=&quot;http://happypixels.net/blog/upgrading-drupal&quot;&gt;Upgrading Drupal&lt;/a&gt; takes a look at what issues make those upgrades so damn problematic and what solutions we can implement to solve them. I&#039;ll be giving the presentation for the third time at &lt;a href=&quot;http://drupalcamp.es&quot;&gt;DrupalCamp Spain&lt;/a&gt; this coming week-end, and I proposed it as a &lt;a href=&quot;http://sf2010.drupal.org/conference/sessions/upgrading-drupal&quot;&gt;session for DrupalCon SF&lt;/a&gt; (please vote!).&lt;/p&gt;
&lt;p&gt;The two main problems with upgrades are complexity and time: a lot of operations need to be performed in a specific order within a short period of time to minimize downtime. Any solution that addresses these two problems will need to be automated, and the best way to do this that I found involved a VCS, drush and some minimal shell scripting. The presentation is about the WHY&#039;s, and this article is about the HOW&#039;s, with more implementation details that wouldn&#039;t fit well in a presentation.&lt;/p&gt;
</description>
     <comments>http://happypixels.com/blog/upgrading-large-complex-sites#comments</comments>
 <category domain="http://happypixels.com/tags/bzr">bzr</category>
 <category domain="http://happypixels.com/content/drupal">drupal</category>
 <category domain="http://happypixels.com/tags/drupal-planet">drupal planet</category>
 <category domain="http://happypixels.com/tags/drush">drush</category>
 <category domain="http://happypixels.com/tags/git">git</category>
 <category domain="http://happypixels.com/tags/script">script</category>
 <category domain="http://happypixels.com/tags/svn">svn</category>
 <category domain="http://happypixels.com/tags/upgrade">upgrade</category>
 <pubDate>Thu, 25 Feb 2010 22:45:38 +0000</pubDate>
 <dc:creator>Florian</dc:creator>
 <guid isPermaLink="false">114 at http://happypixels.com</guid>
  </item>
  <item>
    <title>Migrating from Subversion to Bazaar</title>
    <link>http://happypixels.com/blog/migrating-subversion-bazaar</link>
    <description>&lt;p&gt;There are a lot of options when moving from Subversion to a next-generation Version Control System, but Bazaar&#039;s ability to interact with a subversion repository can make the transition easy and painless. While it is possible to use the &lt;em&gt;bzr&lt;/em&gt; command in a subversion checkout or use it to connect to a subversion repository, you sometimes want to completely move to Bazaar and stop using subversion at all. Here&#039;s how to do it.&lt;/p&gt;
</description>
     <comments>http://happypixels.com/blog/migrating-subversion-bazaar#comments</comments>
 <category domain="http://happypixels.com/tags/bzr">bzr</category>
 <category domain="http://happypixels.com/tags/svn">svn</category>
 <pubDate>Sat, 01 Aug 2009 19:21:33 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">84 at http://happypixels.com</guid>
  </item>
  <item>
    <title>Setting up loggerhead on ubuntu</title>
    <link>http://happypixels.com/blog/setting-loggerhead-ubuntu</link>
    <description>&lt;div class=&quot;field field-type-filefield field-field-image&quot;&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;img src=&quot;http://happypixels.com/sites/happypixels.com/files/imagecache/teaser/images/loggerhead.jpg&quot; alt=&quot;&quot; title=&quot;&quot;  class=&quot;imagecache imagecache-teaser imagecache-default imagecache-teaser_default&quot; width=&quot;220&quot; height=&quot;140&quot; /&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;I recently had to set up a web viewer for a &lt;a href=&quot;http://bazaar-vcs.org/&quot;&gt;bzr&lt;/a&gt; branch hosted on my ubuntu server and decided to go with &lt;a href=&quot;https://launchpad.net/loggerhead&quot;&gt;loggerhead&lt;/a&gt; as it seems to be the most commonly used one. However, all the instructions I could find have been written before the inclusion of loggerhead in the ubuntu repositories, so here is an updated tutorial on how to install and configure loggerhead on ubuntu.&lt;/p&gt;
</description>
     <comments>http://happypixels.com/blog/setting-loggerhead-ubuntu#comments</comments>
 <category domain="http://happypixels.com/tags/bzr">bzr</category>
 <category domain="http://happypixels.com/tags/loggerhead">loggerhead</category>
 <category domain="http://happypixels.com/tags/tutorial">tutorial</category>
 <category domain="http://happypixels.com/tags/ubuntu">ubuntu</category>
 <pubDate>Thu, 21 May 2009 18:59:53 +0000</pubDate>
 <dc:creator>Florian</dc:creator>
 <guid isPermaLink="false">100 at http://happypixels.com</guid>
  </item>
  </channel>
</rss>
