<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Migrating from svn to git</title>
	<atom:link href="http://blog.zobie.com/2008/12/migrating-from-svn-to-git/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.zobie.com/2008/12/migrating-from-svn-to-git/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=migrating-from-svn-to-git</link>
	<description>I create software, I like music and I&#039;m mildly(?) OCD.</description>
	<lastBuildDate>Thu, 26 Jan 2012 00:05:11 -0800</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: dgront</title>
		<link>http://blog.zobie.com/2008/12/migrating-from-svn-to-git/comment-page-1/#comment-2753</link>
		<dc:creator>dgront</dc:creator>
		<pubDate>Fri, 29 Oct 2010 10:00:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zobie.com/?p=43#comment-2753</guid>
		<description>Thanks! This helped a lot to migrate our project. The only extra command I have to use was:
git update-server-info
on the remote server. I don&#039;t know what is does, but it helped.</description>
		<content:encoded><![CDATA[<p>Thanks! This helped a lot to migrate our project. The only extra command I have to use was:<br />
git update-server-info<br />
on the remote server. I don&#8217;t know what is does, but it helped.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://blog.zobie.com/2008/12/migrating-from-svn-to-git/comment-page-1/#comment-436</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Thu, 01 Apr 2010 14:23:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zobie.com/?p=43#comment-436</guid>
		<description>I love this blog!  Thank you so much!  This was a life saver.</description>
		<content:encoded><![CDATA[<p>I love this blog!  Thank you so much!  This was a life saver.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arthur Nisnevich</title>
		<link>http://blog.zobie.com/2008/12/migrating-from-svn-to-git/comment-page-1/#comment-226</link>
		<dc:creator>Arthur Nisnevich</dc:creator>
		<pubDate>Sun, 03 Jan 2010 04:02:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zobie.com/?p=43#comment-226</guid>
		<description>Awesome. Thanks for this! After trying several others approaches, this one worked perfectly.

One small note: on OSX 10.5, sed does not have a -r switch. Instead, use the -E switch which accomplishes the same thing. e.g.:

git branch -r &#124; sed -Ene &#039;s, *tags/([^@]+)$,\1,p&#039; &#124; while read tag; do echo &quot;git tag $tag &#039;tags/${tag}^&#039;; git branch -r -d tags/$tag&quot;; done &#124; sh</description>
		<content:encoded><![CDATA[<p>Awesome. Thanks for this! After trying several others approaches, this one worked perfectly.</p>
<p>One small note: on OSX 10.5, sed does not have a -r switch. Instead, use the -E switch which accomplishes the same thing. e.g.:</p>
<p>git branch -r | sed -Ene &#8216;s, *tags/([^@]+)$,\1,p&#8217; | while read tag; do echo &#8220;git tag $tag &#8216;tags/${tag}^&#8217;; git branch -r -d tags/$tag&#8221;; done | sh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JT</title>
		<link>http://blog.zobie.com/2008/12/migrating-from-svn-to-git/comment-page-1/#comment-118</link>
		<dc:creator>JT</dc:creator>
		<pubDate>Wed, 14 Oct 2009 22:13:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zobie.com/?p=43#comment-118</guid>
		<description>Nate, don&#039;t take your blog down. I refer to this page every time I have to do a migration.

I&#039;ve had to do it a bunch lately as people I work with convert over to git.

I&#039;ve found the best way to convert people is to migrate svn to git, then delete the svn repo and all the backups.</description>
		<content:encoded><![CDATA[<p>Nate, don&#8217;t take your blog down. I refer to this page every time I have to do a migration.</p>
<p>I&#8217;ve had to do it a bunch lately as people I work with convert over to git.</p>
<p>I&#8217;ve found the best way to convert people is to migrate svn to git, then delete the svn repo and all the backups.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graeme Geldenhuys</title>
		<link>http://blog.zobie.com/2008/12/migrating-from-svn-to-git/comment-page-1/#comment-24</link>
		<dc:creator>Graeme Geldenhuys</dc:creator>
		<pubDate>Mon, 06 Apr 2009 08:40:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zobie.com/?p=43#comment-24</guid>
		<description>Thanks for the brilliant instructions!! This worked really smooth. The instructions on setting up the tags and branches for git is great. I haven&#039;t seen any body else mention them. You hit the nail on the head with that one. :-)</description>
		<content:encoded><![CDATA[<p>Thanks for the brilliant instructions!! This worked really smooth. The instructions on setting up the tags and branches for git is great. I haven&#8217;t seen any body else mention them. You hit the nail on the head with that one. <img src='http://blog.zobie.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexis</title>
		<link>http://blog.zobie.com/2008/12/migrating-from-svn-to-git/comment-page-1/#comment-8</link>
		<dc:creator>Alexis</dc:creator>
		<pubDate>Fri, 16 Jan 2009 12:00:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zobie.com/?p=43#comment-8</guid>
		<description>That solved it. Thanks for the help.

It&#039;s bizarre to me that this requires so many steps. They discontinued the tool git-svnimport, but there doesn&#039;t seem to be anything to replace it for clean one-shot imports.</description>
		<content:encoded><![CDATA[<p>That solved it. Thanks for the help.</p>
<p>It&#8217;s bizarre to me that this requires so many steps. They discontinued the tool git-svnimport, but there doesn&#8217;t seem to be anything to replace it for clean one-shot imports.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zobie</title>
		<link>http://blog.zobie.com/2008/12/migrating-from-svn-to-git/comment-page-1/#comment-7</link>
		<dc:creator>zobie</dc:creator>
		<pubDate>Wed, 14 Jan 2009 05:07:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zobie.com/?p=43#comment-7</guid>
		<description>@alexis I had to stare at it for a while but I think that I&#039;ve found the problem. In the regular expression that sed uses the &#039;1&#039; needs to be escaped. The backslash must have been stripped out when the post was uploaded. I&#039;ve corrected it above, thanks!</description>
		<content:encoded><![CDATA[<p>@alexis I had to stare at it for a while but I think that I&#8217;ve found the problem. In the regular expression that sed uses the &#8217;1&#8242; needs to be escaped. The backslash must have been stripped out when the post was uploaded. I&#8217;ve corrected it above, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexis</title>
		<link>http://blog.zobie.com/2008/12/migrating-from-svn-to-git/comment-page-1/#comment-6</link>
		<dc:creator>Alexis</dc:creator>
		<pubDate>Tue, 13 Jan 2009 13:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zobie.com/?p=43#comment-6</guid>
		<description>There is one tag &quot;functional-1.0&quot; but that&#039;s it. I&#039;m running on Mac OS X. Maybe I&#039;m using a different version of the command line tools than you? FWIW I&#039;m using git 1.6.1, sed 4.1.5, and svn 1.5.1.</description>
		<content:encoded><![CDATA[<p>There is one tag &#8220;functional-1.0&#8243; but that&#8217;s it. I&#8217;m running on Mac OS X. Maybe I&#8217;m using a different version of the command line tools than you? FWIW I&#8217;m using git 1.6.1, sed 4.1.5, and svn 1.5.1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zobie</title>
		<link>http://blog.zobie.com/2008/12/migrating-from-svn-to-git/comment-page-1/#comment-5</link>
		<dc:creator>zobie</dc:creator>
		<pubDate>Thu, 08 Jan 2009 22:06:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zobie.com/?p=43#comment-5</guid>
		<description>@alexis - I&#039;m not sure what that means either but I wonder if the problem could be with the &#039;^&#039; in the tag name. Does your subversion tag have special characters in it? I&#039;m not sure how git would handle those, I&#039;ve never tried.</description>
		<content:encoded><![CDATA[<p>@alexis &#8211; I&#8217;m not sure what that means either but I wonder if the problem could be with the &#8216;^&#8217; in the tag name. Does your subversion tag have special characters in it? I&#8217;m not sure how git would handle those, I&#8217;ve never tried.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexis Gallagher</title>
		<link>http://blog.zobie.com/2008/12/migrating-from-svn-to-git/comment-page-1/#comment-4</link>
		<dc:creator>Alexis Gallagher</dc:creator>
		<pubDate>Thu, 08 Jan 2009 19:05:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zobie.com/?p=43#comment-4</guid>
		<description>When I try the command for importing tags I get the following error:

 fatal: Failed to resolve &#039;tags/1^&#039; as a valid ref.
 error: remote branch &#039;tags/1&#039; not found.

A mystery to me...</description>
		<content:encoded><![CDATA[<p>When I try the command for importing tags I get the following error:</p>
<p> fatal: Failed to resolve &#8216;tags/1^&#8217; as a valid ref.<br />
 error: remote branch &#8216;tags/1&#8242; not found.</p>
<p>A mystery to me&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

