<?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>Labix Blog &#187; RCS</title>
	<atom:link href="http://blog.labix.org/tag/rcs/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.labix.org</link>
	<description>by Gustavo Niemeyer</description>
	<lastBuildDate>Fri, 09 Jul 2010 19:15:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Support for Launchpad and Bazaar in goinstall</title>
		<link>http://blog.labix.org/2010/07/03/support-for-launchpad-and-bazaar-in-goinstall</link>
		<comments>http://blog.labix.org/2010/07/03/support-for-launchpad-and-bazaar-in-goinstall#comments</comments>
		<pubDate>Sat, 03 Jul 2010 19:17:57 +0000</pubDate>
		<dc:creator>Gustavo Niemeyer</dc:creator>
				<category><![CDATA[Go]]></category>
		<category><![CDATA[Patch]]></category>
		<category><![CDATA[RCS]]></category>

		<guid isPermaLink="false">http://blog.labix.org/?p=355</guid>
		<description><![CDATA[The patch submitted last weekend to support Launchpad and Bazaar in goinstall went in! This means that once the next release of Go is out (or you sync up with the tip code) you&#8217;ll be able to host modules for &#8230; <a href="http://blog.labix.org/2010/07/03/support-for-launchpad-and-bazaar-in-goinstall">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://codereview.appspot.com/1699050">patch submitted last weekend</a> to support <a href="https://launchpad.net">Launchpad</a> and <a href="http://bazaar.canonical.com/">Bazaar</a> in <a href="http://golang.org/cmd/goinstall/">goinstall</a> went in!</p>
<p>This means that once the next release of <a href="http://golang.org">Go</a> is out (or you sync up with the tip code) you&#8217;ll be able to host modules for Go in Launchpad and people will be able to install it by running something similar to:</p>
<p><span id="more-355"></span></p>
<blockquote><p>
goinstall launchpad.net/yourproject
</p></blockquote>
<p>Then, you can simply use that in your source code as:</p>
<blockquote><p>
import &#8220;launchpad.net/yourproject&#8221;
</p></blockquote>
<p>The following URLs are supported:</p>
<blockquote><p>
import &#8220;launchpad.net/project&#8221;<br />
import &#8220;launchpad.net/project/series&#8221;<br />
import &#8220;launchpad.net/project/series/sub/directory&#8221;</p>
<p>import &#8220;launchpad.net/~user/project/branch&#8221;<br />
import &#8220;launchpad.net/~user/project/branch/sub/directory&#8221;</p>
<p>import &#8220;launchpad.net/~user/+junk/branch&#8221;<br />
import &#8220;launchpad.net/~user/+junk/branch/sub/directory&#8221;
</p></blockquote>
<p>Where you see <i>sub/directory</i> above, it means the module to be compiled, installed, and used, may be inside a subdirectory in the Bazaar branch itself. This is a convention used in all supported backends of goinstall.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.labix.org/2010/07/03/support-for-launchpad-and-bazaar-in-goinstall/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quickies</title>
		<link>http://blog.labix.org/2007/03/10/quickies</link>
		<comments>http://blog.labix.org/2007/03/10/quickies#comments</comments>
		<pubDate>Sat, 10 Mar 2007 04:12:09 +0000</pubDate>
		<dc:creator>Gustavo Niemeyer</dc:creator>
				<category><![CDATA[Conference]]></category>
		<category><![CDATA[GPS]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[RCS]]></category>

		<guid isPermaLink="false">http://blog.labix.org/2007/03/10/quickies/</guid>
		<description><![CDATA[brother&#8230; My brother Diogo is in town! Good to see him after so much time. pycon&#8230; PyCon 2007 was fantastic. It was great to meet everyone there, and we had two awesome sprinting weeks around it. confluence&#8230; I&#8217;ve recently visited &#8230; <a href="http://blog.labix.org/2007/03/10/quickies">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><b>brother&#8230;</b></p>
<p>My brother Diogo is in town!  Good to see him after so much time.</p>
<p><b>pycon&#8230;</b></p>
<p><a href="http://us.pycon.org">PyCon 2007</a> was fantastic. It was great to meet everyone there, and we had two awesome sprinting weeks around it.</p>
<p><b>confluence&#8230;</b></p>
<p>I&#8217;ve recently <a href="http://www.confluence.org/confluence.php?lat=-31&#038;lon=-52">visited a confluence</a> with a good friend of mine. Kayaks, paddling, walking, driving, swimming, aslphalt, sand, water, grass.. it was awesome.</p>
<p><b>svn2bzr&#8230;</b></p>
<p>It looks like <a href="http://bazaar-vcs.org">Bazaar</a> tags are now really coming, so I&#8217;m doing some work on <a href="http://bazaar-vcs.org/svn2bzr">svn2bzr</a> again. Hopefully this time I&#8217;ll really migrate some projects over.</p>
<p><b>editmoin&#8230;</b></p>
<p>Version 1.9 of <a href="http://labix.org/editmoin">editmoin</a> was released.</p>
<p><b>smart&#8230;</b></p>
<p>Some work in <a href="http://labix.org/smart">Smart</a> is coming in the upcoming weeks.</p>
<p><b>projects&#8230;</b></p>
<p>Hopefully I&#8217;ll be able to speak more openly about (some of the) interesting things I&#8217;ve been working on in the near future.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.labix.org/2007/03/10/quickies/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>editmoin now talks to moin 1.6</title>
		<link>http://blog.labix.org/2006/11/20/editmoin-now-talks-to-moin-16</link>
		<comments>http://blog.labix.org/2006/11/20/editmoin-now-talks-to-moin-16#comments</comments>
		<pubDate>Tue, 21 Nov 2006 00:09:08 +0000</pubDate>
		<dc:creator>Gustavo Niemeyer</dc:creator>
				<category><![CDATA[Project]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[RCS]]></category>

		<guid isPermaLink="false">http://blog.labix.org/2006/11/20/editmoin-now-talks-to-moin-16/</guid>
		<description><![CDATA[editmoin 1.8 was just released, including support for moin 1.6, submitted by both David I. Lehn and Daniele Favara, and URL aliases, as suggested by Diogo Matsubara. One interesting thing I should mention is that Daniele has sent me a &#8230; <a href="http://blog.labix.org/2006/11/20/editmoin-now-talks-to-moin-16">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://labix.org/editmoin">editmoin</a> 1.8 was just released, including support for <a href="http://moinmoin.wikiwikiweb.de/">moin</a> 1.6, submitted by both David I. Lehn and Daniele Favara, and URL aliases, as suggested by Diogo Matsubara.</p>
<p>One interesting thing I should mention is that Daniele has sent me a reference to a <a href="http://bazaar-vcs.org">Bazaar</a> branch containing the change. It&#8217;s the first time I receive a <i>bzr</i> (as it&#8217;s also known) branch when the upstream project is using a different RCS (Subversion).</p>
<p>I actually intend to port this and other projects to Bazaar, but I&#8217;m <a href="http://www.google.com/search?q=%22Gustavo+Niemeyer%22+bzr+tags">waiting for the tags support</a>.  Hopefully it&#8217;s not too far away now.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.labix.org/2006/11/20/editmoin-now-talks-to-moin-16/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
