<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Luis de la Rosa &#187; bzr</title>
	<atom:link href="http://www.luisdelarosa.com/tag/bzr/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.luisdelarosa.com</link>
	<description>iPhone, iPad and Mac OS X Programming (with a dash of Ruby)</description>
	<lastBuildDate>Fri, 13 Jan 2012 06:53:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Getting Sparkle from source (using bzr as compared with svn and git)</title>
		<link>http://www.luisdelarosa.com/2009/07/01/getting-sparkle-from-source-using-bzr-as-compared-with-svn-and-git/</link>
		<comments>http://www.luisdelarosa.com/2009/07/01/getting-sparkle-from-source-using-bzr-as-compared-with-svn-and-git/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 17:29:27 +0000</pubDate>
		<dc:creator>luis</dc:creator>
				<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[bzr]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[sparkle]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.luisdelarosa.com/?p=396</guid>
		<description><![CDATA[A few notes about getting Sparkle, the widely used framework for updating Mac OS X apps, from source: 1. Get a branch. This is similar to &#8220;svn checkout&#8221; or &#8220;git clone&#8221;. bzr branch lp:sparkle I admit it is kind of &#8230; <a href="http://www.luisdelarosa.com/2009/07/01/getting-sparkle-from-source-using-bzr-as-compared-with-svn-and-git/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A few notes about getting Sparkle, the widely used framework for updating Mac OS X apps, from source:</p>
<p>1. Get a branch.  This is similar to &#8220;svn checkout&#8221; or &#8220;git clone&#8221;.<br />
<code>bzr branch lp:sparkle</code></p>
<p>I admit it is kind of cool to have such a short name here like &#8220;lp:sparkle&#8221; due to bzr&#8217;s integration with Launchpad, which is sort of like SourceForge or GitHub.</p>
<p>2. Later on, you might need to get the latest version.  This is similar to &#8220;svn update&#8221; or &#8220;git pull&#8221;.<br />
<code>bzr pull</code></p>
<p>3. To make sure you have the latest, you can check what version you have.  This is similar to &#8220;svn info&#8221;.  The closest to this in git is &#8220;git log &#8211;max-count=1&#8243;<br />
<code>bzr version-info</code></p>
<p>You can compare that version to the latest one in <a href="https://code.launchpad.net/~andymatuschak/sparkle/main">the main Sparkle branch</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.luisdelarosa.com/2009/07/01/getting-sparkle-from-source-using-bzr-as-compared-with-svn-and-git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 1/5 queries in 0.001 seconds using memcached
Object Caching 193/193 objects using memcached

Served from: www.luisdelarosa.com @ 2012-02-09 07:11:14 -->
