<?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>Johns Blog &#187; Mercurial</title>
	<atom:link href="http://blogs.gnome.org/johncarr/tag/mercurial/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gnome.org/johncarr</link>
	<description>Making your brain invert and fall out of your ear since 2007</description>
	<lastBuildDate>Tue, 11 Aug 2009 09:59:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mercurial and Git</title>
		<link>http://blogs.gnome.org/johncarr/2009/05/03/mercurial-and-git/</link>
		<comments>http://blogs.gnome.org/johncarr/2009/05/03/mercurial-and-git/#comments</comments>
		<pubDate>Sun, 03 May 2009 15:46:53 +0000</pubDate>
		<dc:creator>John Carr</dc:creator>
				<category><![CDATA[Nerd]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[Mercurial]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/johncarr/?p=115</guid>
		<description><![CDATA[Jelmer just pinged me to show me a new fangled Mercurial plugin. Thats right folks &#8211; pulling and pushing between Git and Mercurial! It uses the dulwich library that I worked on with Jelmer (was the basis for my &#8220;git serve&#8221; crack and is also used for pushing and pulling between Bazaar branches and Git [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://jelmer.vernstok.nl/blog/">Jelmer</a> just pinged me to show me a new fangled <a href="http://hg-git.github.com/">Mercurial plugin</a>. Thats right folks &#8211; pulling and pushing between Git and Mercurial! It uses the <a href="http://samba.org/~jelmer/dulwich/">dulwich</a> library that I worked on with Jelmer (was the basis for my &#8220;git serve&#8221; crack and is also used for pushing and pulling between Bazaar branches and Git with <a href="https://launchpad.net/bzr-git">bzr-git</a>).</p>
<p>Coolness.</p>
<p>I look forward to seeing some new dulwich patches (they are using a patched copy right now).</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/johncarr/2009/05/03/mercurial-and-git/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>git-mirrror &#8211; making it suck less</title>
		<link>http://blogs.gnome.org/johncarr/2008/08/22/git-mirrror-making-it-suck-less/</link>
		<comments>http://blogs.gnome.org/johncarr/2008/08/22/git-mirrror-making-it-suck-less/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 16:12:25 +0000</pubDate>
		<dc:creator>John Carr</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[GNOME]]></category>
		<category><![CDATA[Mercurial]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/johncarr/2008/08/22/git-mirrror-making-it-suck-less/</guid>
		<description><![CDATA[Federico notes of a change that every single git-mirror user needs to make to every one of their clones to have its tags stay up to date properly. So, dear lazyweb, my question is simply this: How can I (as git-mirror guy) make this annoying git-foo go away? I hate stupid crazy repetitive manual crap [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gnome.org/~federico/news-2008-08.html#21">Federico</a> notes of a change that every single git-mirror user needs to make to every one of their clones to have its tags stay up to date properly. So, dear lazyweb, my question is simply this: How can I (as git-mirror guy) make this annoying git-foo go away? I hate stupid crazy repetitive manual crap that every one of my users has to put up with !</p>
<p>You can see how the mirrors are currently <a href="http://git-mirror.gnome.org/?p=vcs-mirror;a=blob;f=actions/git-create.sh">created</a> and <a href="http://git-mirror.gnome.org/?p=vcs-mirror;a=blob;f=actions/git-update.sh">updated</a> in the <a href="http://git-mirror.gnome.org/?p=vcs-mirror;a=tree">vcs-mirror</a> repository. To share in my vodka and whisky spoils for setting up git-mirror (which, despite idle threats to the contrary, i&#8217;m still waiting for) your solution should not disturb existing clones&#8230;.</p>
<p>(And yes, that is a <a href="http://git-mirror.gnome.org/?p=vcs-mirror;a=blob;f=actions/hg-create.sh">hg</a> script you see).</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/johncarr/2008/08/22/git-mirrror-making-it-suck-less/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>The mirror man says</title>
		<link>http://blogs.gnome.org/johncarr/2008/06/26/the-mirror-man-says/</link>
		<comments>http://blogs.gnome.org/johncarr/2008/06/26/the-mirror-man-says/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 23:21:05 +0000</pubDate>
		<dc:creator>John Carr</dc:creator>
				<category><![CDATA[Nerd]]></category>
		<category><![CDATA[Bazaar]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[GNOME]]></category>
		<category><![CDATA[Mercurial]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/johncarr/2008/06/26/the-mirror-man-says/</guid>
		<description><![CDATA[Federico wrote a nice post about Git. I just wanted to add a few things to it really.

If anyone wants to buy me beer for Bazaar mirror, Git mirror, or the Mercurial mirror that people are begging me for then please remember&#8230; Spirits, spirits, spirits. (They are especially good at making me forget, which is [...]]]></description>
			<content:encoded><![CDATA[<p>Federico wrote a nice post about Git. I just wanted to add a few things to it really.</p>
<ul>
<li>If anyone wants to buy me beer for Bazaar mirror, Git mirror, or the Mercurial mirror that people are begging me for then please remember&#8230; Spirits, spirits, spirits. <em>(They are especially good at making me forget, which is handy after setting up something like git mirror <img src='http://blogs.gnome.org/johncarr/wp-content/mu-plugins/tango-smilies/tango/face-raspberry.png' alt=':P' class='wp-smiley' />  The stronger the better!) </em></li>
<li>git-mirror.gnome.org does not make git.gnome.org any easier. It just makes it easier to try out git-svn on a GNOME project. (Some/all of these may be fixable with surgery, but the one way conversions will likely be quicker anyway).
<ul>
<li>The main reason is of course the polluted logs (filled with git-svn rev id metadata). I would resist any module having a Git repo with such ickyness in its history.</li>
<li>I didn&#8217;t have the data to provide git-svn with an authors lookup</li>
<li>What to do about the references to svn in git-mirror? All the branches have an svn/ prefix&#8230;</li>
<li>git-mirror ignores Bazaar metadata. Thats right folks, it says svn.gnome.org on the tin but the Bazaar users have already started upgrading GNOME to Bazaar with bzr-svn. Check out <a href="http://code.launchpad.net/~gnome-bzr-mirror/gnome-specimen/trunk">this</a>. You&#8217;ll notice how commits made with Bazaar are somehow &#8220;better&#8221; than their SVN counterparts. When I apply someones patch with bzr-svn I log who it is from using the &#8211;author property. I want this preserved.</li>
</ul>
</li>
<li>The git mirroring process uncovered bugs in git-svn, despite its heavy use by the core GNOME hackers. Even one on GTK+, which is meant to be the thing that everyone makes a mirror of! So we will likely break other git import tools too. This is true of any DVCS, so my point is really &#8220;its never going to be &#8216;easy&#8217; to ditch SVN&#8221;.</li>
</ul>
<p>Lets show a bit of even handedness and community and not make choosing $DVCS like chosing $EDITOR. Git people, please try out bzr-mirror. Especially merging and branching stuff. Unlike git-svn, you can use bzr-svn as though its a normal, full blown DVCS. Blog about your experiences, let the Bazaar developers what they need to work on. (I will spit my vodka in your eyes if all you come up with is speed). Likewise, the Bazaar folks should try out git-mirror and see if its as good as they say, and tell them which bits of the UI need fixing. What do you find yourself missing?</p>
<p>Mercurial people: Take me to your documentation! What is the standard way to make a Mercurial &#8220;mirror&#8221; of SVN?</p>
<p>In the next few days I should be taking the lid off a loggerhead instance for bzr-mirror. Of interest is the search, which uses a full text index created by the wonderful <a href="https://launchpad.net/bzr-search">bzr-search</a> plugin. It&#8217;s pretty impressive.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/johncarr/2008/06/26/the-mirror-man-says/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
