<?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; svn</title>
	<atom:link href="http://indiwiz.com/tag/svn/feed/" rel="self" type="application/rss+xml" />
	<link>http://indiwiz.com</link>
	<description>Subhash&#039;s Tech Log</description>
	<lastBuildDate>Wed, 03 Mar 2010 13:24:54 +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>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[<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-bookmarks shr-bookmarks-expand">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://indiwiz.com/2010/01/03/importing-a-svn-sub-module-as-a-hg-repository/&amp;title=Importing+a+svn+sub-module+as+a+hg+repository" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://indiwiz.com/2010/01/03/importing-a-svn-sub-module-as-a-hg-repository/&amp;title=Importing+a+svn+sub-module+as+a+hg+repository" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://indiwiz.com/2010/01/03/importing-a-svn-sub-module-as-a-hg-repository/&amp;title=Importing+a+svn+sub-module+as+a+hg+repository&amp;desc=Today%20I%20converted%20the%20WizTools.org%20commons-lib%20project%20from%20the%20mini-projects%20site%20to%20a%20separate%20project.%20This%20involved%20the%20migration%20from%20the%20svn%20repository%20to%20a%20hg%20one.%20The%20sequence%20of%20steps%20I%20did%3A%0D%0A%0D%0A%0D%0A%24%20sudo%20apt-get%20install%20hgsvn%0D%0A%24%20hgimportsvn%20http%3A%2F%2Fwiztools.googlecode.com%2Fsvn%2Fcommons-lib%2Ftrun" rel="nofollow" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://indiwiz.com/2010/01/03/importing-a-svn-sub-module-as-a-hg-repository/&amp;t=Importing+a+svn+sub-module+as+a+hg+repository" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://indiwiz.com/2010/01/03/importing-a-svn-sub-module-as-a-hg-repository/&amp;title=Importing+a+svn+sub-module+as+a+hg+repository&amp;summary=Today%20I%20converted%20the%20WizTools.org%20commons-lib%20project%20from%20the%20mini-projects%20site%20to%20a%20separate%20project.%20This%20involved%20the%20migration%20from%20the%20svn%20repository%20to%20a%20hg%20one.%20The%20sequence%20of%20steps%20I%20did%3A%0D%0A%0D%0A%0D%0A%24%20sudo%20apt-get%20install%20hgsvn%0D%0A%24%20hgimportsvn%20http%3A%2F%2Fwiztools.googlecode.com%2Fsvn%2Fcommons-lib%2Ftrun&amp;source=indiWiz.com" rel="nofollow" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://indiwiz.com/2010/01/03/importing-a-svn-sub-module-as-a-hg-repository/&amp;title=Importing+a+svn+sub-module+as+a+hg+repository" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></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>
