<?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>thexpot.net &#187; google-code</title>
	<atom:link href="http://www.thexpot.net/tag/google-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thexpot.net</link>
	<description>...olur arada öyle...</description>
	<lastBuildDate>Mon, 18 Jan 2010 13:23:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google Code: Subversion&#8217;dan Mercurial&#8217;a dönüştürme</title>
		<link>http://www.thexpot.net/2009/11/google-code-subversiondan-mercuriala-donusturme/</link>
		<comments>http://www.thexpot.net/2009/11/google-code-subversiondan-mercuriala-donusturme/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 10:39:37 +0000</pubDate>
		<dc:creator>ibrahim dursun</dc:creator>
				<category><![CDATA[Yazılar]]></category>
		<category><![CDATA[google-code]]></category>
		<category><![CDATA[mercurial]]></category>
		<category><![CDATA[subversion]]></category>

		<guid isPermaLink="false">http://www.thexpot.net/?p=265</guid>
		<description><![CDATA[Google Code, Mayıs 2009 tarihinden beridir barındırdığı projelerde sürüm kontrol sistemi olarak SubVersion veya Mercurial kullanabilmemize olanak sağlıyor. Fakat daha önceden oluşturulmuş Subversion ambarlarının Mercurial&#8217;a dönüştürülmesinin ise elle yapılması lazım. 

Dönüşüm için benim uyguladığım adımlar şöyle:


Cygwin&#8216;i svn-pyhton ve mercurial paketleri ile birlikte kurun.
C:\cygwin altına kurulumu gerçekleştirdiğinizi varsayarsak, c:\cygwin\bin\ash.exe aracını çalıştırın.
/bin/rebaseall komutunu çalıştırın. (Bu işlem cygwin [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.googlecode.com/">Google Code</a>, Mayıs 2009 tarihinden beridir barındırdığı projelerde sürüm kontrol sistemi olarak <a href="http://subversion.tigris.org/">SubVersion</a> veya <a href="http://mercurial.selenic.com/">Mercurial</a> kullanabilmemize olanak sağlıyor. Fakat daha önceden oluşturulmuş Subversion ambarlarının Mercurial&#8217;a dönüştürülmesinin ise elle yapılması lazım. </p>

<p>Dönüşüm için benim uyguladığım adımlar şöyle:</p>

<ul>
<li><a href="http://www.cygwin.com/">Cygwin</a>&#8216;i svn-pyhton ve mercurial paketleri ile birlikte kurun.</li>
<li><code>C:\cygwin</code> altına kurulumu gerçekleştirdiğinizi varsayarsak, <code>c:\cygwin\bin\ash.exe</code> aracını çalıştırın.</li>
<li><code>/bin/rebaseall</code> komutunu çalıştırın. (Bu işlem cygwin altında pyhton&#8217;un düzgün çalışması için gerekli)</li>
<li><p><code>c:\cygwin\home\&lt;kullanıcıadı&gt;\</code> klasörü altına <code>.hgrc</code> adında bir dosya oluşturun. Ve içeriğini şu şekilde belirleyin:</p>

<pre class='prettyprint'><code>[extensions]
hgext.convert=
</code></pre></li>
<li><p>Cygwin&#8217;i çalıştırın.</p></li>
<li><p>Sırası ile aşağıdaki komutları çalıştırın:</p>

<pre class='prettyprint'><code>svn co http://&lt;projeadı&gt;.googlecode.com/svn svn-repo
hg convert svn-repo hg-repo
</code></pre></li>
<li><p>Google code projenizin sürümleme kontrol sistemini Mercurial olarak değiştirin.</p></li>
<li><p>Yerel mercurial ambarınızı google code ambarına gönderin (push)</p>

<pre class='prettyprint'><code>cd hg-repo
hg push https://&lt;projeadı&gt;.googlecode.com/hg/
</code></pre></li>
</ul>

<p>Mercurial istemcisi olarak <a href="http://bitbucket.org/tortoisehg/stable/">TortoiseHG</a> kullanabilirsiniz. Ayrıca Visual Studio entegrasyonu için de <a href="http://bitbucket.org/zzsergant/hgsccpackage/overview/">hgscc</a> eklentisini deneyebilirsiniz.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thexpot.net/2009/11/google-code-subversiondan-mercuriala-donusturme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
