<?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>indiWiz.com &#187; mercurial</title>
	<atom:link href="http://indiwiz.com/tag/mercurial/feed/" rel="self" type="application/rss+xml" />
	<link>http://indiwiz.com</link>
	<description>Subhash&#039;s Tech Log</description>
	<lastBuildDate>Sun, 29 Apr 2012 15:11:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Importing a svn sub-module as a hg repository</title>
		<link>http://indiwiz.com/2010/01/03/importing-a-svn-sub-module-as-a-hg-repository/</link>
		<comments>http://indiwiz.com/2010/01/03/importing-a-svn-sub-module-as-a-hg-repository/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 18:18:05 +0000</pubDate>
		<dc:creator>Subhash Chandran</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[hg]]></category>
		<category><![CDATA[mercurial]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://indiwiz.com/?p=605</guid>
		<description><![CDATA[Today I converted the WizTools.org commons-lib project from the mini-projects site to a separate project. This involved the migration from the svn repository to a hg one. The sequence of steps I did: $ sudo apt-get install hgsvn $ hgimportsvn http://wiztools.googlecode.com/svn/commons-lib/trunk wiztools-commons-lib $ cd wiztools-commons-lib $ hgpullsvn # Edit .hgignore and commit it $ cd [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><p>Today I converted the WizTools.org commons-lib project from the <a href="http://wiztools.googlecode.com/">mini-projects</a> site to a <a href="http://wiztools-commons-lib.googlecode.com/">separate project</a>. This involved the migration from the svn repository to a hg one. The sequence of steps I did:</p>
<pre>
$ sudo apt-get install hgsvn
$ hgimportsvn http://wiztools.googlecode.com/svn/commons-lib/trunk wiztools-commons-lib
$ cd wiztools-commons-lib
$ hgpullsvn
# Edit .hgignore and commit it
$ cd ..
$ hg clone wiztools-commons-lib wiztools-commons-lib-remote
$ cd wiztools-commons-lib-remote
$ hg push https://wiztools-commons-lib.googlecode.com/hg
</pre>
<div class="shr-publisher-605"></div><!-- Start Shareaholic LikeButtonSetBottom --><!-- End Shareaholic LikeButtonSetBottom -->]]></content:encoded>
			<wfw:commentRss>http://indiwiz.com/2010/01/03/importing-a-svn-sub-module-as-a-hg-repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

